summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2014-11-22 12:54:57 -0800
committerSteve Dower <steve.dower@microsoft.com>2014-11-22 12:54:57 -0800
commitabd788eff0d3cda18a5b03bc92e556b2786150a3 (patch)
tree7c7fc06b51d540bd5677ac63192b481b4714917e /.hgignore
parentf4caa9bda1758324a4e797986308dfa9e9767613 (diff)
downloadcpython-abd788eff0d3cda18a5b03bc92e556b2786150a3.tar.gz
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore18
1 files changed, 5 insertions, 13 deletions
diff --git a/.hgignore b/.hgignore
index d22a58af46..86978cf9f7 100644
--- a/.hgignore
+++ b/.hgignore
@@ -50,13 +50,12 @@ libpython*.so*
*.pyd
*.cover
*~
+Lib/distutils/command/*.pdb
Lib/lib2to3/*.pickle
Lib/test/data/*
Misc/*.wpu
PC/python_nt*.h
PC/pythonnt_rc*.h
-PC/*.obj
-PC/*.exe
PC/*/*.exe
PC/*/*.exp
PC/*/*.lib
@@ -69,23 +68,14 @@ PC/*/*.suo
PC/*/Win32-temp-*
PC/*/x64-temp-*
PC/*/amd64
-PCbuild/*.exe
-PCbuild/*.dll
-PCbuild/*.pdb
-PCbuild/*.lib
-PCbuild/*.exp
-PCbuild/*.o
-PCbuild/*.ncb
-PCbuild/*.bsc
PCbuild/*.user
PCbuild/*.suo
PCbuild/*.*sdf
-PCbuild/Win32-temp-*
-PCbuild/x64-temp-*
PCbuild/*-pgi
PCbuild/*-pgo
PCbuild/amd64
-PCbuild/ipch
+PCbuild/obj
+PCbuild/win32
Tools/unicode/build/
Tools/unicode/MAPPINGS/
BuildLog.htm
@@ -100,3 +90,5 @@ htmlcov/
*.gcno
*.gcov
coverage.info
+Tools/ssl/amd64
+Tools/ssl/win32