summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorbrian.curtin <brian@python.org>2011-04-04 13:00:49 -0500
committerbrian.curtin <brian@python.org>2011-04-04 13:00:49 -0500
commitb22d16515cbe0fba02bba5dc2149e1e1687ec40f (patch)
tree2192e9481fab6f344eaba964814e7d79d4de3d49 /.hgignore
parentdf218ea4640ba6c992a3784f2fefc49d7c295e15 (diff)
downloadcpython-b22d16515cbe0fba02bba5dc2149e1e1687ec40f.tar.gz
Add x64-temp to ignore, prepend a forward slash to "build/" to include
PCbuild/ changes (for VS project files, etc).
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 70aca54936..4452f844cf 100644
--- a/.hgignore
+++ b/.hgignore
@@ -5,7 +5,7 @@ Makefile$
Makefile.pre$
TAGS$
autom4te.cache$
-build/
+/build/
buildno$
config.cache
config.log
@@ -63,4 +63,5 @@ PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
+PCbuild/x64-temp-*
__pycache__