Merge pull request #27056 from guzzard/master

Ignore default ccls cache folder and compile commands json file
This commit is contained in:
Rémi Verschelde
2019-03-15 19:03:15 -07:00
committed by GitHub

7
.gitignore vendored
View File

@@ -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