summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-05-16 14:42:38 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2012-05-16 14:42:38 +0200
commit0481578ae8a52309d2a1902b946e38504fc4f62b (patch)
treeb8e1e7cb6dbc3b78bdbf572bf892ccd4e91dca12 /.hgignore
parent390b4af9df235fcdf5e54e30e5f94b619696da23 (diff)
downloadcpython-0481578ae8a52309d2a1902b946e38504fc4f62b.tar.gz
More .hgignore additions for new VS build files
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 34fd18b0ba..4e4c2ce3cd 100644
--- a/.hgignore
+++ b/.hgignore
@@ -32,7 +32,6 @@ Modules/Setup.local
Modules/config.c
Modules/ld_so_aix$
Parser/pgen$
-PCbuild/amd64/
^core
^python-gdb.py
^python.exe-gdb.py
@@ -59,6 +58,9 @@ PC/*.exe
PC/*/*.user
PC/*/*.ncb
PC/*/*.suo
+PC/*/Win32-temp-*
+PC/*/x64-temp-*
+PC/*/amd64
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
@@ -72,6 +74,7 @@ PCbuild/*.suo
PCbuild/*.*sdf
PCbuild/Win32-temp-*
PCbuild/x64-temp-*
+PCbuild/amd64
BuildLog.htm
__pycache__
Modules/_testembed