Skip to content

Commit 795d513

Browse files
authored
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
1 parent c2912b8 commit 795d513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
/plugins/ZynAddSubFx/zynaddsubfx/doc/gen/Makefile
1111
/data/locale/*.qm
1212
Brewfile.lock.json
13+
/.cache/
14+
compile_commands.json

0 commit comments

Comments
 (0)