Skip to content

Commit d37b866

Browse files
add clangd cache folder to gitignore (#791)
1 parent 7f28380 commit d37b866

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ CMakeUserPresets.json
2525
# Visual Studio Code
2626
/.vscode/**
2727
!/.vscode/extension.json
28+
29+
# clangd
30+
/.cache/

0 commit comments

Comments
 (0)