[Python-checkins] cpython (merge 3.2 -> default): Add pattern to .hgignore in order to mask PC/generrmap.exe

antoine.pitrou python-checkins at python.org
Sat Aug 27 18:49:18 CEST 2011


http://hg.python.org/cpython/rev/1dfced04adbc
changeset:   72104:1dfced04adbc
parent:      72102:7b83d2c1aad9
parent:      72103:8be834277879
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Aug 27 18:46:50 2011 +0200
summary:
  Add pattern to .hgignore in order to mask PC/generrmap.exe

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


diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -55,6 +55,7 @@
 PC/python_nt*.h
 PC/pythonnt_rc*.h
 PC/*.obj
+PC/*.exe
 PCbuild/*.exe
 PCbuild/*.dll
 PCbuild/*.pdb

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


More information about the Python-checkins mailing list