From: Antoine Pitrou Date: Mon, 4 Apr 2011 18:55:48 +0000 (+0200) Subject: Ignore other MSVC by-products X-Git-Tag: v3.3.0a1~2672 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=457cdf5e968700b85a998e848c59629affddf9b2;p=thirdparty%2FPython%2Fcpython.git Ignore other MSVC by-products --- diff --git a/.hgignore b/.hgignore index dd4e9bba0527..bba99a46e976 100644 --- a/.hgignore +++ b/.hgignore @@ -64,6 +64,8 @@ PCbuild/*.exp PCbuild/*.o PCbuild/*.ncb PCbuild/*.bsc +PCbuild/*.user +PCbuild/*.suo PCbuild/Win32-temp-* PCbuild/x64-temp-* __pycache__