commit | 80ca4932847874c4ebe595e43cdcdb36fc4d5668 | [log] [tgz] |
---|---|---|
author | Tomi Fontanilles <129057597+tomi-font@users.noreply.github.com> | Sun Jul 16 12:12:09 2023 +0300 |
committer | Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> | Wed Dec 20 12:59:57 2023 +0200 |
tree | 7822f6840f3ba53f2b38d16e4f2de2078effad16 | |
parent | a70b3c24f6e4cb44c049961ecd84196eed6491a4 [diff] |
gitignore: add clangd index files https://clangd.llvm.org/design/indexing#backgroundindex Signed-off-by: Tomi Fontanilles <129057597+tomi-font@users.noreply.github.com>
diff --git a/.gitignore b/.gitignore index 185bd7a..4f29d5b 100644 --- a/.gitignore +++ b/.gitignore
@@ -63,5 +63,7 @@ /cscope*.out /tags -# Clangd compilation database +# clangd compilation database compile_commands.json +# clangd index files +/.cache/clangd/index/