mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
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
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -63,5 +63,7 @@ massif-*
|
|||
/cscope*.out
|
||||
/tags
|
||||
|
||||
# Clangd compilation database
|
||||
# clangd compilation database
|
||||
compile_commands.json
|
||||
# clangd index files
|
||||
/.cache/clangd/index/
|
||||
|
|
|
|||
Loading…
Reference in a new issue