From 5f2d7308d206d06361371e9d1a2786f211edb7d0 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Wed, 18 Jun 2025 17:43:18 +0300 Subject: [PATCH] Tools - ignore more cache / temporary files in git - boards.txt.py & mkbuildoptglobals.py temporaries / backups - clangd cache & .json - all .local.txt --- .gitignore | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 6413393ea9..e531cd9e94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,32 @@ .DS_Store -tools/dist/ -tools/xtensa-lx106-elf/ -tools/mkspiffs/ -tools/mklittlefs/ -tools/python3/ -package/versions/ -exclude.txt -tests/hosts/lcov/ +*.orig -*.pyc *.gch +*.pyc -boards.local.txt - -*.gcov -*.gcno *.gcda -*.o +*.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/mklittlefs/ +tools/mkspiffs/ +tools/python3/ +tools/xtensa-lx106-elf/ +package/versions/ +exclude.txt #Ignore files built by Visual Studio/Visual Micro [Dd]ebug*/