| author | |
| committer | |
| log | b6f62876a1d2bdb8fcbfe740912c570acb8d2922 |
| tree | 6b8756ed3c33db80b16c26df4673eeb82cdf64bd |
| parent | 29587071de6dd3338e8eb76d4e0307af69a2d61a |
1 files changed, 3 insertions(+), 1 deletions(-)
.gitignore+3-1| ... | ... | @@ -1,5 +1,7 @@ |
| 1 | zig-cache | |
| 2 | .zig-cache | |
| 3 | zig-out | |
| 1 | 4 | .zigmod |
| 2 | 5 | deps.zig |
| 3 | zig-* | |
| 4 | 6 | zigmod.lock |
| 5 | 7 | fuzz/output |