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 2281c04 commit 5e006aaCopy full SHA for 5e006aa
.gitignore
@@ -44,6 +44,9 @@ PC/*/*.suo
44
PC/*/Win32-temp-*
45
PC/*/x64-temp-*
46
PC/*/amd64
47
+PCbuild/*.user
48
+PCbuild/*.suo
49
+PCbuild/*.*sdf
50
PCbuild/*.bsc
51
PCbuild/*.dll
52
PCbuild/*.exe
@@ -55,6 +58,9 @@ PCbuild/*.pdb
55
58
PCbuild/Win32-temp-*
56
59
PCbuild/*.VC.db
57
60
PCbuild/*.VC.opendb
61
+PCbuild/amd64/
62
+PCbuild/obj/
63
+PCbuild/win32/
64
Parser/pgen
65
Parser/pgen.stamp
66
autom4te.cache
@@ -70,6 +76,7 @@ platform
70
76
pybuilddir.txt
71
77
pyconfig.h
72
78
python$
79
+python.bat
73
80
python.exe
74
81
python*-gdb.py
75
82
tags
0 commit comments