Skip to content

Commit c37557c

Browse files
authoredJun 29, 2021
Update .gitignore (#5323)
In current master, after get.exe, there's tools/mkfatfs.exe that must be ignored. Also cleaning up a simple duplicate line in .gitignore. This is for Windows only, any hints on what can be done for Linux, Mac, is appreciated.
1 parent 8f46bad commit c37557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tools/esptool
66
tools/esptool.exe
77
tools/mkspiffs
88
tools/mklittlefs
9+
tools/mkfatfs.exe
910
.DS_Store
1011

1112
#Ignore files built by Visual Studio/Visual Micro
@@ -17,4 +18,3 @@ __vm/
1718
.vscode/
1819
platform.sloeber.txt
1920
boards.sloeber.txt
20-
tools/mklittlefs

0 commit comments

Comments
 (0)
Please sign in to comment.