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:
38
.gitignore
vendored
38
.gitignore
vendored
@ -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*/
|
||||
|
Reference in New Issue
Block a user