mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Andreas Kling
parent
e77202fe0f
commit
b443475792
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
|
||||||
|
|||||||
Reference in New Issue
Block a user