From 163af33c9bced1d76c945fb611883624878500a2 Mon Sep 17 00:00:00 2001 From: Veikko Sariola Date: Thu, 22 Oct 2020 23:31:05 +0300 Subject: [PATCH] Add .cache/ to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bcf093d..ad13467 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ build/ build32/ build64/ out/ +.cache/