mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-13 13:59:56 +00:00
gitignore: add clangd index files
https://clangd.llvm.org/design/indexing#backgroundindex Signed-off-by: Tomi Fontanilles <[email protected]>
This commit is contained in:
committed by
Tomi Fontanilles
parent
a70b3c24f6
commit
80ca493284
+3
-1
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user