mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
remove zig-cache from .gitignore
It's been a while since this was renamed to .zig-cache.
This commit is contained in:
parent
9b752cb989
commit
51bb2b3d2d
1 changed files with 0 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -16,7 +16,3 @@ zig-out/
|
||||||
/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/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue