File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55* .pyd
66* .pyo
77* .rej
8+ * .swp
89* ~
10+ .gdb_history
911Doc /build /
1012Doc /tools /docutils /
13+ Doc /tools /jinja /
1114Doc /tools /jinja2 /
1215Doc /tools /pygments /
1316Doc /tools /sphinx /
1417Lib /lib2to3 /* .pickle
18+ Lib /plat-mac /errors.rsrc.df.rsrc
1519Makefile
1620Makefile.pre
1721Misc /python.pc
@@ -30,20 +34,35 @@ PCbuild/*.ncb
3034PCbuild /* .o
3135PCbuild /* .pdb
3236PCbuild /Win32-temp- *
37+ PCbuild /amd64 /
38+ .purify
3339Parser /pgen
3440Parser /pgen.stamp
3541__pycache__
3642autom4te.cache
3743build /
44+ buildno
45+ config.cache
46+ config.log
47+ config.status
48+ config.status.lineno
49+ core
50+ db_home
3851config.log
3952config.status
4053libpython * .a
4154libpython * .so *
55+ platform
4256pybuilddir.txt
4357pyconfig.h
4458python
59+ python.exe
4560python-gdb.py
61+ python.exe-gdb.py
62+ reflog.txt
63+ .svn /
4664tags
65+ TAGS
4766.coverage
4867coverage /
4968htmlcov /
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ Lorenzo M. Catucci
150150Donn Cave
151151Charles Cazabon
152152Per Cederqvist
153+ Matej Cepl
153154Octavian Cerna
154155Pascal Chambon
155156John Chandler
Original file line number Diff line number Diff line change @@ -257,6 +257,8 @@ Tests
257257Build
258258-----
259259
260+ - Issue #14472: Update .gitignore. Patch by Matej Cepl.
261+
260262- The Windows build now uses OpenSSL 1.0.0j and bzip2 1.0.6.
261263
262264- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
You can’t perform that action at this time.
0 commit comments