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/config.c
|
||||||
Modules/ld_so_aix
|
Modules/ld_so_aix
|
||||||
Programs/_freeze_importlib
|
Programs/_freeze_importlib
|
||||||
|
Programs/_freeze_importlib.exe
|
||||||
Programs/_testembed
|
Programs/_testembed
|
||||||
|
Programs/_testembed.exe
|
||||||
|
Programs/pgen.exe
|
||||||
PC/python_nt*.h
|
PC/python_nt*.h
|
||||||
PC/pythonnt_rc*.h
|
PC/pythonnt_rc*.h
|
||||||
PC/*/*.exe
|
PC/*/*.exe
|
||||||
|
@ -72,6 +75,7 @@ ipch/
|
||||||
libpython*.a
|
libpython*.a
|
||||||
libpython*.so*
|
libpython*.so*
|
||||||
libpython*.dylib
|
libpython*.dylib
|
||||||
|
libpython*.dll
|
||||||
platform
|
platform
|
||||||
pybuilddir.txt
|
pybuilddir.txt
|
||||||
pyconfig.h
|
pyconfig.h
|
||||||
|
|
|
@ -44,6 +44,7 @@ syntax: glob
|
||||||
libpython*.a
|
libpython*.a
|
||||||
libpython*.so*
|
libpython*.so*
|
||||||
libpython*.dylib
|
libpython*.dylib
|
||||||
|
libpython*.dll
|
||||||
*.swp
|
*.swp
|
||||||
*.o
|
*.o
|
||||||
*.pyc
|
*.pyc
|
||||||
|
@ -87,8 +88,9 @@ Tools/unicode/build/
|
||||||
Tools/unicode/MAPPINGS/
|
Tools/unicode/MAPPINGS/
|
||||||
BuildLog.htm
|
BuildLog.htm
|
||||||
__pycache__
|
__pycache__
|
||||||
Programs/_freeze_importlib
|
Programs/_freeze_importlib{,.exe}
|
||||||
Programs/_testembed
|
Programs/_testembed{,.exe}
|
||||||
|
Programs/pgen.exe
|
||||||
.coverage
|
.coverage
|
||||||
coverage/
|
coverage/
|
||||||
externals/
|
externals/
|
||||||
|
|
Loading…
Reference in New Issue