* Ignore *.bmbp files

Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
This commit is contained in:
CaitSith2 2020-04-02 05:47:46 -07:00 committed by GitHub
parent 59f1999881
commit 412e30fabc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
.idea
.vscode
*_Spoiler.txt
*.bmbp
*.pyc
*.sfc
*.wixobj

View File

@ -28,7 +28,9 @@ if __name__ == "__main__":
ModuleUpdate.update()
from Utils import parse_yaml, get_public_ipv4, get_options
from Utils import get_public_ipv4, get_options
from Patch import create_patch_file
options = get_options()