gitignore: add clangd index files
https://clangd.llvm.org/design/indexing#backgroundindex Signed-off-by: Tomi Fontanilles <129057597+tomi-font@users.noreply.github.com>
This commit is contained in:
parent
a70b3c24f6
commit
80ca493284
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -63,5 +63,7 @@ massif-*
|
||||||
/cscope*.out
|
/cscope*.out
|
||||||
/tags
|
/tags
|
||||||
|
|
||||||
# Clangd compilation database
|
# clangd compilation database
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
# clangd index files
|
||||||
|
/.cache/clangd/index/
|
||||||
|
|
Loading…
Reference in a new issue