From 26dd2aacf5cee2e67aff7f8d18ee6e1f3aec2301 Mon Sep 17 00:00:00 2001 From: h3ll Date: Wed, 5 Nov 2025 00:13:05 +0200 Subject: [PATCH] add(.gitignore): added .cache to .gitignore Signed-off-by: Lorenzo Torres --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6351f0e..6a63ba5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .clang-format compile-commands.json topaz +.cache **/*.BAK **/*.bak **/*~