Add file type to gitignore

* Bin files located in Bootstrap file during compile will be ignored.
This commit is contained in:
ApacheThunder 2024-07-10 23:00:27 -05:00
parent 358f0666e8
commit 21e51df2f8

1
.gitignore vendored
View File

@ -9,6 +9,7 @@
*.zip *.zip
BootStrap/arm7/build BootStrap/arm7/build
BootStrap/arm9/build BootStrap/arm9/build
BootStrap/*.bin
data data
build build
hbmenu hbmenu