From 410a3c2c37378755279b65bc723130d3c36a9995 Mon Sep 17 00:00:00 2001 From: Petar Popovic Date: Thu, 25 Apr 2024 22:22:54 +0200 Subject: [PATCH] .gitignore: Adding compile_commands.json and .cache/ --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 87d76dacb..109fe0441 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ cmake_uninstall.cmake SDL3ConfigVersion.cmake .ninja_* *.ninja +compile_commands.json +.cache/ # for CLion .idea