1
0
mirror of https://github.com/python/cpython synced 2024-07-08 16:40:44 +00:00

Update .{hg,git}ignore for Cygwin builds

This commit is contained in:
Zachary Ware 2016-10-01 17:00:51 -05:00
parent 3839d99b79
commit 43a89815f3
2 changed files with 8 additions and 2 deletions

4
.gitignore vendored
View File

@ -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

View File

@ -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/