diff options
author | Paul Monson <paulmon@users.noreply.github.com> | 2019-02-14 16:31:30 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2019-02-14 16:31:30 (GMT) |
commit | 8a1657b93469580ef345c7c91738587f3d76e87d (patch) | |
tree | 153202aa02cbd97a4214a4a265b35662f2b9c76f /.gitignore | |
parent | bb3c05d7efca8d23bf39bc2640297ba2598899f3 (diff) | |
download | cpython-8a1657b93469580ef345c7c91738587f3d76e87d.zip cpython-8a1657b93469580ef345c7c91738587f3d76e87d.tar.gz cpython-8a1657b93469580ef345c7c91738587f3d76e87d.tar.bz2 |
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ PCbuild/*.VC.db PCbuild/*.VC.opendb PCbuild/.vs/ PCbuild/amd64/ +PCbuild/arm32/ PCbuild/obj/ PCbuild/win32/ .purify |