mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 15:47:39 +03:00
chore: .gitignore: add compile_commands.json & .cache
Both are use by clangd that can help IDE support. Run `pio run --target compiledb` to generate `compile_commands.json`.
This commit is contained in:
parent
8c1c80787a
commit
8ffdbda46a
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@ lib/EpdFont/fontsrc
|
|||||||
.vs
|
.vs
|
||||||
build
|
build
|
||||||
**/__pycache__/
|
**/__pycache__/
|
||||||
|
/compile_commands.json
|
||||||
|
/.cache
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user