gitignore- catch zig-cache and zig-out

This commit is contained in:
Meghan Denny 2021-09-30 17:45:28 -07:00
parent 6ac9c73217
commit 819e46a181

3
.gitignore vendored
View File

@ -1,5 +1,4 @@
# Zig magic stuff # Zig magic stuff
/zig-cache zig-*
/zig-out
debug debug
release release