Skip to content

Commit a11028f

Browse files
committed
Update .gitignore for clangd
The clangd cache is now stored in a .cache directory: https://reviews.llvm.org/D78501
1 parent 3e090b4 commit a11028f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ docs/_build
4141
.vs
4242

4343
# clangd
44+
.cache
4445
.clangd
4546

4647
#==============================================================================#

0 commit comments

Comments
 (0)