diff options
author | 2019-02-14 08:31:30 -0800 | |
---|---|---|
committer | 2019-02-14 08:31:30 -0800 | |
commit | 8a1657b93469580ef345c7c91738587f3d76e87d (patch) | |
tree | 153202aa02cbd97a4214a4a265b35662f2b9c76f /.gitignore | |
parent | closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH... (diff) | |
download | cpython-8a1657b93469580ef345c7c91738587f3d76e87d.tar.gz cpython-8a1657b93469580ef345c7c91738587f3d76e87d.tar.bz2 cpython-8a1657b93469580ef345c7c91738587f3d76e87d.zip |
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
diff --git a/.gitignore b/.gitignore index 215d7f526f4..7ee9e6d875e 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,7 @@ PCbuild/*.VC.db PCbuild/*.VC.opendb PCbuild/.vs/ PCbuild/amd64/ +PCbuild/arm32/ PCbuild/obj/ PCbuild/win32/ .purify |