From f8df81879b2ef2d9a080b7feca9da371055af344 Mon Sep 17 00:00:00 2001 From: Will McKinnon Date: Thu, 9 Jun 2022 17:51:36 -0400 Subject: [PATCH] ignore .cache dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1ec0cb523..51d2019df 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ install_manifest.txt *.swp *.o *.a +.cache/ bin/ test/ build/