Skip to content

Commit 97ff361

Browse files
committed
Add clangd's .cache to gitignore
1 parent ad98407 commit 97ff361

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
@@ -26,6 +26,9 @@ vcpkg_installed/
2626
!.vscode/extensions.json
2727
*.code-workspace
2828

29+
### clangd ###
30+
.cache
31+
2932
# Project-specific
3033
build/*
3134
out/

0 commit comments

Comments
 (0)