Skip to content

Commit

Permalink
Add the .cache directory to .gitignore
Browse files Browse the repository at this point in the history
This is where clangd stores its precompiled files.
techee committed Sep 12, 2024
1 parent dc384ce commit 4a85dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@
deps.mak
.deps/
.libs/
.cache/
Makefile
Makefile.in
cscope.out

0 comments on commit 4a85dbc

Please sign in to comment.