Parcourir la source

git: Ignore clangd cache folder

(cherry picked from commit 0b34607bb8c38ded3ef37575ed1da9b91940351f)
Martin Capitanio il y a 5 ans
Parent
commit
d38eb29f2e
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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