From 8be9fd83ad07159d6c707f741b18c8feefa1c1b6 Mon Sep 17 00:00:00 2001 From: Martin Wallin Date: Thu, 14 Mar 2019 18:35:23 +0100 Subject: Ignore default ccls cache folder and compile commands jso --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') 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 + -- cgit v1.2.3