2
0
Эх сурвалжийг харах

Merge pull request #27056 from guzzard/master

Ignore default ccls cache folder and compile commands json file
Rémi Verschelde 6 жил өмнө
parent
commit
019908e5f0
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
+