From 819e46a181d4e20ed860b3c21f3c4ba8212e0543 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 30 Sep 2021 17:45:28 -0700 Subject: [PATCH] gitignore- catch zig-cache and zig-out --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 340c438..468f835 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # Zig magic stuff -/zig-cache -/zig-out +zig-* debug release