Skip to content

Commit 909a9c4

Browse files
dok-netd-a-v
authored andcommitted
Expand gitignore to cover files created by Visual Micro (esp8266#6231)
* Expand gitignore to cover files created by Visual Micro's Arduino IDE for Visual Studio * Also ignore VS project files
1 parent 793f92e commit 909a9c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ boards.local.txt
2424
*.gcda
2525
*.o
2626
*.a
27+
28+
#Ignore files built by Visual Studio/Visual Micro
29+
[Dd]ebug*/
30+
[Rr]elease*/
31+
.vs/
32+
__vm/
33+
*.vcxproj*

0 commit comments

Comments
 (0)