chore: ignore .bin files

This commit is contained in:
Rekai Nyangadzayi Musuka 2022-10-21 05:12:02 -03:00
parent 2e54be76d6
commit 90e0d9139c
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
/zig-out /zig-out
/docs /docs
**/*.log **/*.log
**/*.bin
# Build on WIndows # Build on WIndows
/.build_config /.build_config