summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2013-04-08 19:20:09 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2013-04-08 19:20:09 (GMT)
commit6cb4343d0d374a1b0ba01390ccef5b8868a5e9fc (patch)
tree2910e0d66761a1cfb25f3bc06d8679e459398104 /.hgignore
parent7e360b39632cc0fb45f79fe66bec5f647596518e (diff)
downloadcpython-6cb4343d0d374a1b0ba01390ccef5b8868a5e9fc.zip
cpython-6cb4343d0d374a1b0ba01390ccef5b8868a5e9fc.tar.gz
cpython-6cb4343d0d374a1b0ba01390ccef5b8868a5e9fc.tar.bz2
- Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h
files when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index de9bd5d..c51c53c 100644
--- a/.hgignore
+++ b/.hgignore
@@ -35,6 +35,7 @@ Parser/pgen$
Parser/pgen.stamp$
^core
^python-gdb.py
+^pybuilddir.txt
syntax: glob
python.exe-gdb.py