Kaydet (Commit) 43a89815 authored tarafından Zachary Ware's avatar Zachary Ware

Update .{hg,git}ignore for Cygwin builds

üst 3839d99b
......@@ -31,7 +31,10 @@ Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Programs/_freeze_importlib
Programs/_freeze_importlib.exe
Programs/_testembed
Programs/_testembed.exe
Programs/pgen.exe
PC/python_nt*.h
PC/pythonnt_rc*.h
PC/*/*.exe
......@@ -72,6 +75,7 @@ ipch/
libpython*.a
libpython*.so*
libpython*.dylib
libpython*.dll
platform
pybuilddir.txt
pyconfig.h
......
......@@ -44,6 +44,7 @@ syntax: glob
libpython*.a
libpython*.so*
libpython*.dylib
libpython*.dll
*.swp
*.o
*.pyc
......@@ -87,8 +88,9 @@ Tools/unicode/build/
Tools/unicode/MAPPINGS/
BuildLog.htm
__pycache__
Programs/_freeze_importlib
Programs/_testembed
Programs/_freeze_importlib{,.exe}
Programs/_testembed{,.exe}
Programs/pgen.exe
.coverage
coverage/
externals/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment