mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +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
Notes:
sideshowbarker
2024-07-19 01:25:59 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/b4434757928 Pull-request: https://github.com/SerenityOS/serenity/pull/4053
1 changed files with 1 additions and 0 deletions
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
|
||||
|
|
Loading…
Reference in a new issue