1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 13:10:45 +00:00

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

1
.gitignore vendored
View File

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