Issue #22489: Update .gitignore to ignore Windows build output.
Initial patch by Robert Collins.
This commit is contained in:
parent
588dad0308
commit
30270c8729
|
@ -29,6 +29,8 @@ Modules/config.c
|
||||||
Modules/ld_so_aix
|
Modules/ld_so_aix
|
||||||
Programs/_freeze_importlib
|
Programs/_freeze_importlib
|
||||||
Programs/_testembed
|
Programs/_testembed
|
||||||
|
PC/python_nt*.h
|
||||||
|
PC/pythonnt_rc*.h
|
||||||
PCbuild/*.bsc
|
PCbuild/*.bsc
|
||||||
PCbuild/*.dll
|
PCbuild/*.dll
|
||||||
PCbuild/*.exe
|
PCbuild/*.exe
|
||||||
|
@ -37,8 +39,15 @@ PCbuild/*.lib
|
||||||
PCbuild/*.ncb
|
PCbuild/*.ncb
|
||||||
PCbuild/*.o
|
PCbuild/*.o
|
||||||
PCbuild/*.pdb
|
PCbuild/*.pdb
|
||||||
|
PCbuild/*.user
|
||||||
|
PCbuild/*.suo
|
||||||
|
PCbuild/*.*sdf
|
||||||
PCbuild/Win32-temp-*
|
PCbuild/Win32-temp-*
|
||||||
|
PCbuild/x64-temp-*
|
||||||
|
PCbuild/*-pgi
|
||||||
|
PCbuild/*-pgo
|
||||||
PCbuild/amd64/
|
PCbuild/amd64/
|
||||||
|
PCbuild/ipch
|
||||||
.purify
|
.purify
|
||||||
Parser/pgen
|
Parser/pgen
|
||||||
__pycache__
|
__pycache__
|
||||||
|
@ -61,6 +70,7 @@ pyconfig.h
|
||||||
python
|
python
|
||||||
python-config
|
python-config
|
||||||
python-config.py
|
python-config.py
|
||||||
|
python.bat
|
||||||
python.exe
|
python.exe
|
||||||
python-gdb.py
|
python-gdb.py
|
||||||
python.exe-gdb.py
|
python.exe-gdb.py
|
||||||
|
|
Loading…
Reference in New Issue