[Python-checkins] cpython: Ignore AMD64 build files under Windows
antoine.pitrou
python-checkins at python.org
Mon Apr 4 20:56:09 CEST 2011
http://hg.python.org/cpython/rev/ef97e997aa02
changeset: 69137:ef97e997aa02
user: Antoine Pitrou <solipsis at pitrou.net>
date: Mon Apr 04 20:55:12 2011 +0200
summary:
Ignore AMD64 build files under Windows
files:
.hgignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -33,6 +33,7 @@
Modules/ld_so_aix$
Parser/pgen$
Parser/pgen.stamp$
+PCbuild/amd64/
^core
^python-gdb.py
^python.exe-gdb.py
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list