Skip to content

Commit d4dcda2

Browse files
authored
Tools - ignore more cache / temporary files in git (#9255)
- boards.txt.py & mkbuildoptglobals.py temporaries / backups - clangd cache & .json - all .local.txt
1 parent f5142b8 commit d4dcda2

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

.gitignore

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
11
.DS_Store
2-
tools/dist/
3-
tools/xtensa-lx106-elf/
4-
tools/mkspiffs/
5-
tools/mklittlefs/
6-
tools/python3/
7-
package/versions/
8-
exclude.txt
92

10-
tests/hosts/lcov/
3+
*.orig
114

12-
*.pyc
135
*.gch
6+
*.pyc
147

15-
boards.local.txt
16-
17-
*.gcov
18-
*.gcno
198
*.gcda
20-
*.o
9+
*.gcno
10+
*.gcov
2111
*.a
12+
*.o
13+
14+
#created by user/scripts
15+
cores/esp8266/CommonHFile.h
16+
tests/host/lcov/
17+
tools/sdk/ld/backup/
18+
*.local.txt
19+
.cache
20+
compile_commands.json
21+
22+
#dist
23+
tools/dist/
24+
tools/mklittlefs/
25+
tools/mkspiffs/
26+
tools/python3/
27+
tools/xtensa-lx106-elf/
28+
package/versions/
29+
exclude.txt
2230

2331
#Ignore files built by Visual Studio/Visual Micro
2432
[Dd]ebug*/

0 commit comments

Comments
 (0)