Add .cache to git ignore.
ChangeLog: * .gitignore: Add cache as clangd uses it now.
This commit is contained in:
parent
27f7fb79d2
commit
82e44f5ce8
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -38,6 +38,7 @@ TAGS.sub
|
|||
.clang-format
|
||||
.clang-tidy
|
||||
.clangd
|
||||
.cache
|
||||
compile_commands.json
|
||||
|
||||
.gdbinit
|
||||
|
|
Loading…
Add table
Reference in a new issue