Add clangd cache to .gitignore (#7846)

* Add /.cache/ to .gitignore

Normally clangd's .cache exists in /build/, which is already in the .gitignore, but if cmake is run in the repository root instead of /build/ the cache is in turn generated in the repository root.

* Also add compile_commands.json to .gitignore
This commit is contained in:
Fawn
2025-04-15 09:52:43 -06:00
committed by GitHub
parent c2912b89ee
commit 795d513c7f

2
.gitignore vendored
View File

@@ -10,3 +10,5 @@
/plugins/ZynAddSubFx/zynaddsubfx/doc/gen/Makefile
/data/locale/*.qm
Brewfile.lock.json
/.cache/
compile_commands.json