From 457cdf5e968700b85a998e848c59629affddf9b2 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 4 Apr 2011 20:55:48 +0200 Subject: [PATCH] Ignore other MSVC by-products --- .hgignore | 2 ++ 1 file changed, 2 insertions(+) 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__ -- 2.50.1