From fc908cce2f18abe9f587f53005b1a5992d88c211 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 7 Sep 2024 17:11:53 -0700 Subject: [PATCH] add .zig-cache to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cd7d4f01ae2bf30314f4fce772e944d1b6f2c43f..f164e11648224274cf8f8d674a0649fa06dcd632 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -zig-* +zig-cache +.zig-cache +zig-out .zigmod deps.zig files.zig -- 2.54.0