zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit b2588de6ccdfee87542e2bd18b74d3a14e349d95 (tree)
parent 2008d0f7c9cfb0ab5ea908c216751dbc335d1735
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Wed, 29 May 2024 13:37:23 -0700

update .gitignore to account for .zig-cache rename

Diffstat:
M.gitignore | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 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/