From 1b639631e664346ff254075f062efeeea2fc3331 Mon Sep 17 00:00:00 2001 From: Oscar Linderholm Date: Sat, 11 Jan 2025 18:23:12 +0100 Subject: [PATCH] Ignore build directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 20bd6288..6e466713 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ build/vs/*.exe build/vs/*.db build/vs/*.def build/vs/*.ilk +build/ /.cache