From: Antoine Pitrou Date: Wed, 16 May 2012 09:31:13 +0000 (+0200) Subject: Update .hgignore for new MSVC files X-Git-Tag: v3.3.0a4~153^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adbda1766025ff31ee20565988ca41885c9a3543;p=python Update .hgignore for new MSVC files --- diff --git a/.hgignore b/.hgignore index 1eb60c0489..34fd18b0ba 100644 --- a/.hgignore +++ b/.hgignore @@ -56,6 +56,9 @@ PC/python_nt*.h PC/pythonnt_rc*.h PC/*.obj PC/*.exe +PC/*/*.user +PC/*/*.ncb +PC/*/*.suo PCbuild/*.exe PCbuild/*.dll PCbuild/*.pdb @@ -69,6 +72,7 @@ PCbuild/*.suo PCbuild/*.*sdf PCbuild/Win32-temp-* PCbuild/x64-temp-* +BuildLog.htm __pycache__ Modules/_testembed .coverage