remove zig-cache from .gitignore

It's been a while since this was renamed to .zig-cache.
This commit is contained in:
Alex Rønne Petersen 2025-11-26 10:17:50 +01:00
parent 9b752cb989
commit 51bb2b3d2d
No known key found for this signature in database

4
.gitignore vendored
View file

@ -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/