Update .gitignore for clangd

The clangd cache is now stored in a .cache directory:
https://reviews.llvm.org/D78501
This commit is contained in:
Michael Forster
2020-07-17 07:01:31 +02:00
parent 3e090b4833
commit a11028f27a

1
.gitignore vendored
View File

@@ -41,6 +41,7 @@ docs/_build
.vs
# clangd
.cache
.clangd
#==============================================================================#