Add .cache to gitignore for clangd

This commit is contained in:
Charles Giessen 2024-07-01 09:58:57 -05:00 committed by Charles Giessen
parent 96688de170
commit 1f07cf1434

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
*.idea
cmake-build-*
build
.cache