diff options
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -5,7 +5,8 @@ Makefile$ Makefile.pre$ TAGS$ autom4te.cache$ -build/ +^build/ +^Doc/build/ buildno$ config.cache config.log @@ -31,7 +32,6 @@ Modules/Setup.local Modules/config.c Modules/ld_so_aix$ Parser/pgen$ -Parser/pgen.stamp$ ^core ^python-gdb.py ^python.exe-gdb.py @@ -54,6 +54,18 @@ PC/python_nt*.h PC/pythonnt_rc*.h PC/*.obj PC/*.exe +PC/*/*.exe +PC/*/*.exp +PC/*/*.lib +PC/*/*.bsc +PC/*/*.dll +PC/*/*.pdb +PC/*/*.user +PC/*/*.ncb +PC/*/*.suo +PC/*/Win32-temp-* +PC/*/x64-temp-* +PC/*/amd64 PCbuild/*.exe PCbuild/*.dll PCbuild/*.pdb @@ -62,8 +74,15 @@ PCbuild/*.exp PCbuild/*.o PCbuild/*.ncb PCbuild/*.bsc +PCbuild/*.user +PCbuild/*.suo +PCbuild/*.*sdf PCbuild/Win32-temp-* +PCbuild/x64-temp-* +PCbuild/amd64 +BuildLog.htm __pycache__ +Modules/_freeze_importlib Modules/_testembed .coverage coverage/ |