Merge pull request #4740 from nulano/winbuild-ignore

Add gitignore to winbuild build directory
This commit is contained in:
Hugo van Kemenade 2020-08-06 11:11:15 +03:00 committed by GitHub
commit d1daff892d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -554,5 +554,6 @@ if __name__ == "__main__":
print()
write_script(".gitignore", ["*"])
build_dep_all()
build_pillow()