Ignore default ccls cache folder and compile commands jso

This commit is contained in:
Martin Wallin 2019-03-14 18:35:23 +01:00
parent 775e74e0d4
commit 8be9fd83ad

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