mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47: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:
parent
e77202fe0f
commit
b443475792
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -33,6 +33,7 @@ Toolchain/Local
|
||||||
.ccls-cache
|
.ccls-cache
|
||||||
.DS_Store
|
.DS_Store
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
.cache
|
||||||
.clang_complete
|
.clang_complete
|
||||||
.clangd
|
.clangd
|
||||||
*Endpoint.h
|
*Endpoint.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue