[Python-checkins] cpython: Ignore other MSVC by-products
antoine.pitrou
python-checkins at python.org
Mon Apr 4 20:56:14 CEST 2011
http://hg.python.org/cpython/rev/100561a0f093
changeset: 69138:100561a0f093
user: Antoine Pitrou <solipsis at pitrou.net>
date: Mon Apr 04 20:55:48 2011 +0200
summary:
Ignore other MSVC by-products
files:
.hgignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -64,6 +64,8 @@
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
+PCbuild/*.user
+PCbuild/*.suo
PCbuild/Win32-temp-*
PCbuild/x64-temp-*
__pycache__
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list