update .gitignore to account for .zig-cache rename

This commit is contained in:
Andrew Kelley 2024-05-29 13:37:23 -07:00
parent 2008d0f7c9
commit b2588de6cc

6
.gitignore vendored
View File

@ -9,10 +9,14 @@
# Cheers! # Cheers!
# -andrewrk # -andrewrk
zig-cache/ .zig-cache/
zig-out/ zig-out/
/release/ /release/
/debug/ /debug/
/build/ /build/
/build-*/ /build-*/
/docgen_tmp/ /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/