From 0e4c7b86a907a39ab5e8982f4a81acaf0a2ce265 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Thu, 18 Apr 2024 23:41:06 -0700 Subject: [PATCH] Add CMakeCache and CMakeFiles to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3b4c29a6..4e65c38e 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ prefix/ .clangd CMakeLists.txt.user CMakeUserPresets.json -compile_commands.json \ No newline at end of file +compile_commands.json +CMakeCache.txt +CMakeFiles/