From b2588de6ccdfee87542e2bd18b74d3a14e349d95 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 29 May 2024 13:37:23 -0700 Subject: [PATCH] update .gitignore to account for .zig-cache rename --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index feda423c10..7e9e158202 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,14 @@ # Cheers! # -andrewrk -zig-cache/ +.zig-cache/ zig-out/ /release/ /debug/ /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/