From ff3987598efed666c26fa7317399e62f880a4b41 Mon Sep 17 00:00:00 2001 From: Martin Wallin Date: Thu, 14 Mar 2019 18:35:23 +0100 Subject: [PATCH] Ignore default ccls cache folder and compile commands jso (cherry picked from commit 8be9fd83ad07159d6c707f741b18c8feefa1c1b6) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index fe504482b3..6acab19251 100644 --- a/.gitignore +++ b/.gitignore @@ -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 +