]> granicus.if.org Git - python/commitdiff
Add x64-temp to ignore, prepend a forward slash to "build/" to include
authorbrian.curtin <brian@python.org>
Mon, 4 Apr 2011 18:00:49 +0000 (13:00 -0500)
committerbrian.curtin <brian@python.org>
Mon, 4 Apr 2011 18:00:49 +0000 (13:00 -0500)
PCbuild/ changes (for VS project files, etc).

.hgignore

index 70aca549360539291131c6815d5349cd60f02745..4452f844cf51d71700dda6a73a2940317fe457d8 100644 (file)
--- 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__