git: Ignore clangd cache folder

(cherry picked from commit 0b34607bb8)
This commit is contained in:
Martin Capitanio 2020-09-10 12:50:01 +02:00 committed by Rémi Verschelde
parent 36fa6369fc
commit d38eb29f2e
No known key found for this signature in database
GPG key ID: C3336907360768E1

3
.gitignore vendored
View file

@ -360,3 +360,6 @@ compile_commands.json
# Cppcheck
*.cppcheck
# https://clangd.llvm.org/ cache folder
.clangd/