Skip to content

Commit c8ef86c

Browse files
TreeHunter9Artyom Ivanov
andauthored
chore(git): Add clangd generated files to .gitignore (#9073)
Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru>
1 parent 348f7aa commit c8ef86c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ extern/ttmath/release/
2929
/src/include/gen/autoconfig.auto
3030
/src/include/gen/autoconfig.h
3131
/vcpkg_installed/
32-
.idea/
32+
.idea/
33+
34+
# clangd index and background cache
35+
/.cache/clangd
36+
# Compilation database generated for clangd
37+
/compile_commands.json

0 commit comments

Comments
 (0)