File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,10 @@ Modules/Setup.local
3131Modules /config.c
3232Modules /ld_so_aix
3333Programs /_freeze_importlib
34+ Programs /_freeze_importlib.exe
3435Programs /_testembed
36+ Programs /_testembed.exe
37+ Programs /pgen.exe
3538PC /python_nt * .h
3639PC /pythonnt_rc * .h
3740PC /* /* .exe
7275libpython * .a
7376libpython * .so *
7477libpython * .dylib
78+ libpython * .dll
7579platform
7680pybuilddir.txt
7781pyconfig.h
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ syntax: glob
4444libpython*.a
4545libpython*.so*
4646libpython*.dylib
47+ libpython*.dll
4748*.swp
4849*.o
4950*.pyc
@@ -87,8 +88,9 @@ Tools/unicode/build/
8788Tools/unicode/MAPPINGS/
8889BuildLog.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
9395coverage/
9496externals/
You can’t perform that action at this time.
0 commit comments