Files
espurna/.gitignore
Maxim Prokhorov 82feb95daa test(build): configurable paths & .gitignore test caches
add one more level of directories for build config & its cache
replace test/pio_cache w/ test/build/cache
2025-06-08 22:07:56 +03:00

25 lines
326 B
Plaintext

*.b#?
*.gch
*.py[cod]
*.s#?
.cache
.DS_Store
.clang_complete
.env
.gcc-flags.json
.modgit
.pio
.python
.python-version
.sconsign.dblite
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
_pycache_/
code/espurna/config/custom.h
code/libraries/
code/node_modules
compile_commands.json
firmware*