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

Skip to content

Commit 30270c8

Browse files
committed
Issue #22489: Update .gitignore to ignore Windows build output.
Initial patch by Robert Collins.
1 parent 588dad0 commit 30270c8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Modules/config.c
2929
Modules/ld_so_aix
3030
Programs/_freeze_importlib
3131
Programs/_testembed
32+
PC/python_nt*.h
33+
PC/pythonnt_rc*.h
3234
PCbuild/*.bsc
3335
PCbuild/*.dll
3436
PCbuild/*.exe
@@ -37,8 +39,15 @@ PCbuild/*.lib
3739
PCbuild/*.ncb
3840
PCbuild/*.o
3941
PCbuild/*.pdb
42+
PCbuild/*.user
43+
PCbuild/*.suo
44+
PCbuild/*.*sdf
4045
PCbuild/Win32-temp-*
46+
PCbuild/x64-temp-*
47+
PCbuild/*-pgi
48+
PCbuild/*-pgo
4149
PCbuild/amd64/
50+
PCbuild/ipch
4251
.purify
4352
Parser/pgen
4453
__pycache__
@@ -61,6 +70,7 @@ pyconfig.h
6170
python
6271
python-config
6372
python-config.py
73+
python.bat
6474
python.exe
6575
python-gdb.py
6676
python.exe-gdb.py

0 commit comments

Comments
 (0)