[Python-checkins] cpython: Add x64-temp to ignore, prepend a forward slash to "build/" to include

brian.curtin python-checkins at python.org
Mon Apr 4 20:00:56 CEST 2011


http://hg.python.org/cpython/rev/4d2575d971bc
changeset:   69135:4d2575d971bc
user:        brian.curtin <brian at python.org>
date:        Mon Apr 04 13:00:49 2011 -0500
summary:
  Add x64-temp to ignore, prepend a forward slash to "build/" to include
PCbuild/ changes (for VS project files, etc).

files:
  .hgignore |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -5,7 +5,7 @@
 Makefile.pre$
 TAGS$
 autom4te.cache$
-build/
+/build/
 buildno$
 config.cache
 config.log
@@ -63,4 +63,5 @@
 PCbuild/*.ncb
 PCbuild/*.bsc
 PCbuild/Win32-temp-*
+PCbuild/x64-temp-*
 __pycache__

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list