Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43a8981

Browse files
committed
Update .{hg,git}ignore for Cygwin builds
1 parent 3839d99 commit 43a8981

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ Modules/Setup.local
3131
Modules/config.c
3232
Modules/ld_so_aix
3333
Programs/_freeze_importlib
34+
Programs/_freeze_importlib.exe
3435
Programs/_testembed
36+
Programs/_testembed.exe
37+
Programs/pgen.exe
3538
PC/python_nt*.h
3639
PC/pythonnt_rc*.h
3740
PC/*/*.exe
@@ -72,6 +75,7 @@ ipch/
7275
libpython*.a
7376
libpython*.so*
7477
libpython*.dylib
78+
libpython*.dll
7579
platform
7680
pybuilddir.txt
7781
pyconfig.h

.hgignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ syntax: glob
4444
libpython*.a
4545
libpython*.so*
4646
libpython*.dylib
47+
libpython*.dll
4748
*.swp
4849
*.o
4950
*.pyc
@@ -87,8 +88,9 @@ Tools/unicode/build/
8788
Tools/unicode/MAPPINGS/
8889
BuildLog.htm
8990
__pycache__
90-
Programs/_freeze_importlib
91-
Programs/_testembed
91+
Programs/_freeze_importlib{,.exe}
92+
Programs/_testembed{,.exe}
93+
Programs/pgen.exe
9294
.coverage
9395
coverage/
9496
externals/

0 commit comments

Comments
 (0)