浏览代码

git: Ignore clangd cache folder

(cherry picked from commit 0b34607bb8c38ded3ef37575ed1da9b91940351f)
Martin Capitanio 4 年之前
父节点
当前提交
d38eb29f2e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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