summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-29 03:11:09 +0200
committerÉric Araujo <merwok@netwok.org>2011-07-29 03:11:09 +0200
commit6f08ea8532f4c88430540eeac8794b278b7fd50a (patch)
tree7779473f04ac9cc3d839b9ab57fb0c5abb118a7d /.hgignore
parent9f0f1a3225e1a24a57f0bf676b149015d6acc2cf (diff)
parentdb31198a815c9ed1621a6a95e879e530baf13a19 (diff)
downloadcpython-6f08ea8532f4c88430540eeac8794b278b7fd50a.tar.gz
Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index b11e43c3d4..3919a03c87 100644
--- a/.hgignore
+++ b/.hgignore
@@ -5,7 +5,8 @@ Makefile$
Makefile.pre$
TAGS$
autom4te.cache$
-build/
+^build/
+^Doc/build/
buildno$
config.cache
config.log
@@ -32,6 +33,7 @@ Modules/config.c
Modules/ld_so_aix$
Parser/pgen$
Parser/pgen.stamp$
+PCbuild/amd64/
^core
^python-gdb.py
^python.exe-gdb.py
@@ -61,7 +63,10 @@ PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
+PCbuild/*.user
+PCbuild/*.suo
PCbuild/Win32-temp-*
+PCbuild/x64-temp-*
__pycache__
Modules/_testembed
.coverage