Browse Source

git: Ignore clangd cache folder

(cherry picked from commit 0b34607bb8c38ded3ef37575ed1da9b91940351f)
Martin Capitanio 4 năm trước cách đây
mục cha
commit
d38eb29f2e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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