[Python-checkins] (3.1): Issue #11403: add some MSVC-generated files to .hgignore

antoine.pitrou python-checkins at python.org
Fri Mar 11 23:44:42 CET 2011


http://hg.python.org/cpython/rev/f040a34102de
changeset:   68384:f040a34102de
branch:      3.1
parent:      68378:ed1f7b3f2ff3
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Mar 11 23:42:49 2011 +0100
summary:
  Issue #11403: add some MSVC-generated files to .hgignore

files:
  .hgignore

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -60,6 +60,9 @@
 *.rej
 *~
 Lib/lib2to3/*.pickle
+PC/python_nt*.h
+PC/pythonnt_rc*.h
+PC/*.obj
 PCbuild/*.exe
 PCbuild/*.dll
 PCbuild/*.pdb

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


More information about the Python-checkins mailing list