Skip to content

Commit fdf8389

Browse files
Update .gitignore (#7021)
Add entries to gitignore
1 parent 4146d27 commit fdf8389

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitignore

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@ tools/esptool.exe
88
tools/mkspiffs
99
tools/mklittlefs
1010
tools/mkfatfs.exe
11+
12+
# Ignore editor backup files and macOS system metadata
1113
.DS_Store
14+
.*.swp
15+
.*.swo
16+
*~
17+
18+
# Ignore build folder
19+
/build
1220

13-
#Ignore files built by Visual Studio/Visual Micro
21+
# Ignore files built by Visual Studio/Visual Micro
1422
[Dd]ebug*/
1523
[Rr]elease*/
1624
.vs/

0 commit comments

Comments
 (0)