From 0497bb908afd6783324b9e88e30676a762f82025 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 27 Nov 2023 16:21:58 -0800 Subject: [PATCH] Add .cache/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d6536ba..ba15c89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build compile_commands.json +.cache