summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 15:05:50 -0800
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 15:05:50 -0800
commit3b0e4320092ac0504b6670cafaf0301b908c91fc (patch)
treed3be1b6b844d61763bb366fa21ceed475e5703fd /.gitignore
parentb2fa705fd3887c326e811c418469c784353027f4 (diff)
parentf687fbcd73c14dfcbe086eb5cd94b298f1e81e72 (diff)
downloadcpython-3b0e4320092ac0504b6670cafaf0301b908c91fc.tar.gz
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ed4ebfbbd9..9606f0f49e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,7 +31,9 @@ Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Programs/_freeze_importlib
+Programs/_freeze_importlib.exe
Programs/_testembed
+Programs/_testembed.exe
PC/python_nt*.h
PC/pythonnt_rc*.h
PC/*/*.exe
@@ -57,6 +59,7 @@ PCbuild/obj/
PCBuild/win32/
.purify
Parser/pgen
+Parser/pgen.exe
__pycache__
autom4te.cache
build/
@@ -72,6 +75,7 @@ ipch/
libpython*.a
libpython*.so*
libpython*.dylib
+libpython*.dll
platform
pybuilddir.txt
pyconfig.h