Ignore default ccls cache folder and compile commands jso

(cherry picked from commit 8be9fd83ad)
This commit is contained in:
Martin Wallin 2019-03-14 18:35:23 +01:00 committed by Hein-Pieter van Braam-Stewart
parent 49df4b7a7a
commit ff3987598e

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