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
commit 019908e5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

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