浏览代码

Ignore default ccls cache folder and compile commands jso

Martin Wallin 6 年之前
父节点
当前提交
8be9fd83ad
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

@@ -316,3 +316,10 @@ platform/windows/godot_res.res
 
 # Scons progress indicator
 .scons_node_count
+
+# ccls cache (https://github.com/MaskRay/ccls)
+.ccls-cache/
+
+# compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
+compile_commands.json
+