From: Antoine Pitrou Date: Fri, 11 Mar 2011 22:42:49 +0000 (+0100) Subject: Issue #11403: add some MSVC-generated files to .hgignore X-Git-Tag: v3.2.1b1~323^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26606fd23f4e5a27d43de8f745491e960b10e84a;p=thirdparty%2FPython%2Fcpython.git Issue #11403: add some MSVC-generated files to .hgignore --- diff --git a/.hgignore b/.hgignore index d1c8d72502af..33e6caa649e0 100644 --- a/.hgignore +++ b/.hgignore @@ -60,6 +60,9 @@ libpython*.a *.rej *~ Lib/lib2to3/*.pickle +PC/python_nt*.h +PC/pythonnt_rc*.h +PC/*.obj PCbuild/*.exe PCbuild/*.dll PCbuild/*.pdb