Skip to content

Commit 00e4497

Browse files
authored
chore: gitignore .cache dir (#8263)
This directory is created by clangd when indexing source code.
1 parent 68941ff commit 00e4497

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ cmake-out/
1313
# Used by some IDEs and LSP plugins
1414
compile_commands.json
1515

16+
# clangd writes index files here
17+
.cache
18+
1619
# Backup files for Emacs
1720
*~
1821

0 commit comments

Comments
 (0)