Skip to content

Commit

Permalink
Update .{hg,git}ignore for Cygwin builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zware committed Oct 1, 2016
1 parent 3839d99 commit 43a8981
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -72,6 +75,7 @@ ipch/
libpython*.a
libpython*.so*
libpython*.dylib
libpython*.dll
platform
pybuilddir.txt
pyconfig.h
Expand Down
6 changes: 4 additions & 2 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ syntax: glob
libpython*.a
libpython*.so*
libpython*.dylib
libpython*.dll
*.swp
*.o
*.pyc
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 43a8981

Please sign in to comment.