summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-10-01 22:00:51 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-10-01 22:00:51 (GMT)
commit43a89815f3b94dccd4d0a24cea4aee93ae7558dd (patch)
tree95079e36fce088d40c0d720715656c3abf5a1e7b /.hgignore
parent3839d99b7913a37e370fbbedc5495162b2080e46 (diff)
downloadcpython-43a89815f3b94dccd4d0a24cea4aee93ae7558dd.zip
cpython-43a89815f3b94dccd4d0a24cea4aee93ae7558dd.tar.gz
cpython-43a89815f3b94dccd4d0a24cea4aee93ae7558dd.tar.bz2
Update .{hg,git}ignore for Cygwin builds
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index 92896b7..6766bf9 100644
--- 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/