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 04:40:55 -03:00
parent 16f8f4c953
commit 38839912d2
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

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