mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
Ignore default ccls cache folder and compile commands jso
(cherry picked from commit 8be9fd83ad)
This commit is contained in:
committed by
Hein-Pieter van Braam-Stewart
parent
49df4b7a7a
commit
ff3987598e
7
.gitignore
vendored
7
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user