summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authordoko <doko@ubuntu.com>2017-02-01 13:02:16 +0100
committerdoko <doko@ubuntu.com>2017-02-01 13:02:16 +0100
commit2e835c97b60f5f554ea4742abc1c0f801567f1b9 (patch)
treee57b9697de6321a39541c2e947940e275ca844d3 /.hgignore
parentba5a055a00d91a449a23ae14dd468e9b769a6b74 (diff)
parent75a56cd1847142d9c893b6df5fb674f54b34d9ed (diff)
downloadcpython-2e835c97b60f5f554ea4742abc1c0f801567f1b9.tar.gz
Merge 3.6
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.hgignore b/.hgignore
index 92896b7bc2..68c607f2e8 100644
--- a/.hgignore
+++ b/.hgignore
@@ -33,7 +33,6 @@ Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix$
-Parser/pgen$
^lcov-report/
^core
^python-gdb.py
@@ -44,6 +43,7 @@ syntax: glob
libpython*.a
libpython*.so*
libpython*.dylib
+libpython*.dll
*.swp
*.o
*.pyc
@@ -87,8 +87,9 @@ Tools/unicode/build/
Tools/unicode/MAPPINGS/
BuildLog.htm
__pycache__
-Programs/_freeze_importlib
-Programs/_testembed
+Parser/pgen{,.exe}
+Programs/_freeze_importlib{,.exe}
+Programs/_testembed{,.exe}
.coverage
coverage/
externals/