Update .{hg,git}ignore for Cygwin builds
This commit is contained in:
parent
3839d99b79
commit
43a89815f3
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue