commit | 71cc78a5c45a38cd09375d12cb300d5fa9b3018a | [log] [tgz] |
---|---|---|
author | brian.curtin <brian@python.org> | Mon Apr 04 13:00:49 2011 -0500 |
committer | brian.curtin <brian@python.org> | Mon Apr 04 13:00:49 2011 -0500 |
tree | e03710a6ddfc07b5de34f5957b10c1d3a8e11fcb | |
parent | d11f76f8b95435052f859b07b140b123c776b48f [diff] [blame] |
Add x64-temp to ignore, prepend a forward slash to "build/" to include PCbuild/ changes (for VS project files, etc).
diff --git a/.hgignore b/.hgignore index 70aca54..4452f84 100644 --- 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__