From 8f3be1c9844bd4c6c1c8f6ee0917ac0d08d9c48d Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 28 Jul 2022 22:18:31 +0200 Subject: [PATCH] Ignore .cache dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2b9765e..523186a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ oot/ compile_commands.json +.cache/