zig

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

commit 51bb2b3d2d2361eb73ee659a12c32e101b98dd96 (tree)
parent 9b752cb9896e27b9c2a4c435a043e5af22535f58
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Wed, 26 Nov 2025 10:17:50 +0100

remove zig-cache from .gitignore

It's been a while since this was renamed to .zig-cache.

Diffstat:
M.gitignore | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

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