diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-08-27 18:46:50 +0200 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-08-27 18:46:50 +0200 |
commit | bc89b09a482b71db28323bdbca81c90b34360c22 (patch) | |
tree | 525655480667a4fe868f9aa63b537f489177baa0 /.hgignore | |
parent | d5d960180f52eccebf56903a3aca6056be6b2821 (diff) | |
parent | 9ebe884fe79abdea9faf233d5da89531f9fc8ed6 (diff) | |
download | cpython-bc89b09a482b71db28323bdbca81c90b34360c22.tar.gz |
Add pattern to .hgignore in order to mask PC/generrmap.exe
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -5,7 +5,8 @@ Makefile$ Makefile.pre$ TAGS$ autom4te.cache$ -build/ +^build/ +^Doc/build/ buildno$ config.cache config.log @@ -32,6 +33,7 @@ Modules/config.c Modules/ld_so_aix$ Parser/pgen$ Parser/pgen.stamp$ +PCbuild/amd64/ ^core ^python-gdb.py ^python.exe-gdb.py @@ -62,7 +64,10 @@ PCbuild/*.exp PCbuild/*.o PCbuild/*.ncb PCbuild/*.bsc +PCbuild/*.user +PCbuild/*.suo PCbuild/Win32-temp-* +PCbuild/x64-temp-* __pycache__ Modules/_testembed .coverage |