We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588dad0 commit 30270c8Copy full SHA for 30270c8
1 file changed
.gitignore
@@ -29,6 +29,8 @@ Modules/config.c
29
Modules/ld_so_aix
30
Programs/_freeze_importlib
31
Programs/_testembed
32
+PC/python_nt*.h
33
+PC/pythonnt_rc*.h
34
PCbuild/*.bsc
35
PCbuild/*.dll
36
PCbuild/*.exe
@@ -37,8 +39,15 @@ PCbuild/*.lib
37
39
PCbuild/*.ncb
38
40
PCbuild/*.o
41
PCbuild/*.pdb
42
+PCbuild/*.user
43
+PCbuild/*.suo
44
+PCbuild/*.*sdf
45
PCbuild/Win32-temp-*
46
+PCbuild/x64-temp-*
47
+PCbuild/*-pgi
48
+PCbuild/*-pgo
49
PCbuild/amd64/
50
+PCbuild/ipch
51
.purify
52
Parser/pgen
53
__pycache__
@@ -61,6 +70,7 @@ pyconfig.h
61
70
python
62
71
python-config
63
72
python-config.py
73
+python.bat
64
74
python.exe
65
75
python-gdb.py
66
76
python.exe-gdb.py
0 commit comments