Meta: Add .cache to .gitignore

The current version of clangd on my machine uses .cache/clangd and not
.clangd anymore so let's add that to .gitignore as well.
This commit is contained in:
Linus Groh 2020-11-11 22:52:04 +00:00 committed by Andreas Kling
parent e77202fe0f
commit b443475792
Notes: sideshowbarker 2024-07-19 01:25:59 +09:00

1
.gitignore vendored
View file

@ -33,6 +33,7 @@ Toolchain/Local
.ccls-cache
.DS_Store
compile_commands.json
.cache
.clang_complete
.clangd
*Endpoint.h