Skip to content

Commit 20498cf

Browse files
dok-netme-no-dev
authored andcommitted
Expand gitignore to cover files created by Visual Micro (espressif#2934)
* Expand gitignore to cover files created by Visual Micro's Arduino IDE for Visual Studio (cherry picked from commit d6209c7) * Also ignore VS project files (cherry picked from commit e0ec212)
1 parent 02e5172 commit 20498cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ tools/esptool.exe
55
tools/mkspiffs/mkspiffs
66
tools/mkspiffs/mkspiffs.exe
77
.DS_Store
8+
9+
#Ignore files built by Visual Studio/Visual Micro
10+
[Dd]ebug*/
11+
[Rr]elease*/
12+
.vs/
13+
__vm/
14+
*.vcxproj*

0 commit comments

Comments
 (0)