1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-26 17:42:18 +03:00

Tools - ignore more cache / temporary files in git (#9255)

- boards.txt.py & mkbuildoptglobals.py temporaries / backups
- clangd cache & .json
- all .local.txt
This commit is contained in:
Max Prokhorov
2025-06-19 17:57:00 +03:00
committed by GitHub
parent f5142b883d
commit d4dcda23ef

38
.gitignore vendored
View File

@ -1,25 +1,33 @@
.DS_Store
*.orig
*.gch
*.pyc
*.gcda
*.gcno
*.gcov
*.a
*.o
#created by user/scripts
cores/esp8266/CommonHFile.h
tests/host/lcov/
tools/sdk/ld/backup/
*.local.txt
.cache
compile_commands.json
#dist
tools/dist/
tools/xtensa-lx106-elf/
tools/mkspiffs/
tools/mklittlefs/
tools/mkspiffs/
tools/python3/
tools/xtensa-lx106-elf/
package/versions/
exclude.txt
tests/hosts/lcov/
*.pyc
*.gch
boards.local.txt
*.gcov
*.gcno
*.gcda
*.o
*.a
#Ignore files built by Visual Studio/Visual Micro
[Dd]ebug*/
[Rr]elease*/