summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-05-16 11:31:13 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2012-05-16 11:31:13 +0200
commit306a047854633c7ff9d8f410c7ed332e6b4d4fcd (patch)
treef0bc3d10c50775cd09fa92fcf53aa3be09ea4e0e /.hgignore
parentd7d1d07dd72eafa1ddde96d6f2cbc4e5496d93f0 (diff)
downloadcpython-306a047854633c7ff9d8f410c7ed332e6b4d4fcd.tar.gz
Update .hgignore for new MSVC files
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore4
1 files changed, 4 insertions, 0 deletions
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