]> granicus.if.org Git - python/commitdiff
Update .{hg,git}ignore for Cygwin builds
authorZachary Ware <zachary.ware@gmail.com>
Sat, 1 Oct 2016 22:00:51 +0000 (17:00 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Sat, 1 Oct 2016 22:00:51 +0000 (17:00 -0500)
.gitignore
.hgignore

index ed4ebfbbd9de74ed329b9f39dfe658937ecaee94..dde654bc98503207d275ddbcc0adcfef803122f2 100644 (file)
@@ -31,7 +31,10 @@ Modules/Setup.local
 Modules/config.c
 Modules/ld_so_aix
 Programs/_freeze_importlib
+Programs/_freeze_importlib.exe
 Programs/_testembed
+Programs/_testembed.exe
+Programs/pgen.exe
 PC/python_nt*.h
 PC/pythonnt_rc*.h
 PC/*/*.exe
@@ -72,6 +75,7 @@ ipch/
 libpython*.a
 libpython*.so*
 libpython*.dylib
+libpython*.dll
 platform
 pybuilddir.txt
 pyconfig.h
index 92896b7bc21c152ca0c66d04b096f06508134cd4..6766bf93d4eb029a62d149be6d8d7772851afa12 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -44,6 +44,7 @@ syntax: glob
 libpython*.a
 libpython*.so*
 libpython*.dylib
+libpython*.dll
 *.swp
 *.o
 *.pyc
@@ -87,8 +88,9 @@ Tools/unicode/build/
 Tools/unicode/MAPPINGS/
 BuildLog.htm
 __pycache__
-Programs/_freeze_importlib
-Programs/_testembed
+Programs/_freeze_importlib{,.exe}
+Programs/_testembed{,.exe}
+Programs/pgen.exe
 .coverage
 coverage/
 externals/