summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-08-27 18:46:50 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2011-08-27 18:46:50 +0200
commitbc89b09a482b71db28323bdbca81c90b34360c22 (patch)
tree525655480667a4fe868f9aa63b537f489177baa0 /.hgignore
parentd5d960180f52eccebf56903a3aca6056be6b2821 (diff)
parent9ebe884fe79abdea9faf233d5da89531f9fc8ed6 (diff)
downloadcpython-bc89b09a482b71db28323bdbca81c90b34360c22.tar.gz
Add pattern to .hgignore in order to mask PC/generrmap.exe
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 24df3b9fc3..80ac2eda10 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
@@ -62,7 +64,10 @@ PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
+PCbuild/*.user
+PCbuild/*.suo
PCbuild/Win32-temp-*
+PCbuild/x64-temp-*
__pycache__
Modules/_testembed
.coverage