From 99be9826ae53479d0a3512ae72d0749298f88b20 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sun, 28 Dec 2025 07:00:07 +0100 Subject: [PATCH] Add .cache and compile_commands.json to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b61325d..473eb50 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ *.DS_Store *.d +.cache +compile_commands.json README.md