From ac209e7fc3e7127c70f4b51c038c774d64ff9cdc Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Thu, 5 Sep 2024 11:37:18 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b8dbf90..9ea1490 100644 --- a/.gitignore +++ b/.gitignore @@ -187,3 +187,6 @@ godot.creator.* # compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html) compile_commands.json + +# clang cache +.cache