From 51bb2b3d2d2361eb73ee659a12c32e101b98dd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 26 Nov 2025 10:17:50 +0100 Subject: [PATCH] remove zig-cache from .gitignore It's been a while since this was renamed to .zig-cache. --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7e9e15820297b2d58df2386761abdaefb90165ce..8ee9b4ca2c4d1d8cdb859b0af6238fdd94ae312a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,3 @@ zig-out/ /build/ /build-*/ /docgen_tmp/ - -# Although this was renamed to .zig-cache, let's leave it here for a few -# releases to make it less annoying to work with multiple branches. -zig-cache/ -- 2.54.0