mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +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
|
||||
.DS_Store
|
||||
compile_commands.json
|
||||
.cache
|
||||
.clang_complete
|
||||
.clangd
|
||||
*Endpoint.h
|
||||
|
||||
Reference in New Issue
Block a user