Browse Source

git: Ignore clangd cache folder

(cherry picked from commit 0b34607bb8c38ded3ef37575ed1da9b91940351f)
Martin Capitanio 5 years ago
parent
commit
d38eb29f2e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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