summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-05-16 09:31:13 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-05-16 09:31:13 (GMT)
commitadbda1766025ff31ee20565988ca41885c9a3543 (patch)
treedc647b594a477d18464f0eea7c55372bcceb93d2
parent51b2ed51f0cc18a69a1d53eb9f0f088c99681afc (diff)
downloadcpython-adbda1766025ff31ee20565988ca41885c9a3543.zip
cpython-adbda1766025ff31ee20565988ca41885c9a3543.tar.gz
cpython-adbda1766025ff31ee20565988ca41885c9a3543.tar.bz2
Update .hgignore for new MSVC files
-rw-r--r--.hgignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 1eb60c0..34fd18b 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