chore(gitignore): update .gitignore

sometimes I'm left with a src/zig-cache, and I want to
just make sure that I never-ever end up commiting that
This commit is contained in:
Rekai Nyangadzayi Musuka 2022-10-21 05:13:13 -03:00
parent 583ed54ee3
commit 9436888b28
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,7 +1,7 @@
/.vscode /.vscode
/bin /bin
/zig-cache **/zig-cache
/zig-out **/zig-out
/docs /docs
**/*.log **/*.log
**/*.bin **/*.bin