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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=457cdf5e968700b85a998e848c59629affddf9b2;p=python Ignore other MSVC by-products --- diff --git a/.hgignore b/.hgignore index dd4e9bba05..bba99a46e9 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__