diff options
author | Petri Lehtinen <petri@digip.org> | 2012-05-22 17:48:16 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-05-22 17:50:28 (GMT) |
commit | 0f00dfa4ae733442849fa1c442260ecf9b0adbfe (patch) | |
tree | 8a57075ac4afe5fa254bf74c2d839adef03008f8 | |
parent | 5c2725d7500e8905a47742bd0981ee7fc188b98d (diff) | |
download | cpython-0f00dfa4ae733442849fa1c442260ecf9b0adbfe.zip cpython-0f00dfa4ae733442849fa1c442260ecf9b0adbfe.tar.gz cpython-0f00dfa4ae733442849fa1c442260ecf9b0adbfe.tar.bz2 |
#14472: Update .gitignore
Patch by Matej Cepl.
-rw-r--r-- | .gitignore | 19 | ||||
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
3 files changed, 22 insertions, 0 deletions
@@ -5,14 +5,18 @@ *.pyd *.pyo *.rej +*.swp *~ +.gdb_history Doc/build/ Doc/tools/docutils/ +Doc/tools/jinja/ Doc/tools/jinja2/ Doc/tools/pygments/ Doc/tools/sphinx/ Lib/lib2to3/*.pickle Lib/_sysconfigdata.py +Lib/plat-mac/errors.rsrc.df.rsrc Makefile Makefile.pre Misc/python.pc @@ -31,19 +35,34 @@ PCbuild/*.ncb PCbuild/*.o PCbuild/*.pdb PCbuild/Win32-temp-* +PCbuild/amd64/ +.purify Parser/pgen __pycache__ autom4te.cache build/ +buildno +config.cache +config.log +config.status +config.status.lineno +core +db_home config.log config.status libpython*.a libpython*.so* +platform pybuilddir.txt pyconfig.h python +python.exe python-gdb.py +python.exe-gdb.py +reflog.txt +.svn/ tags +TAGS .coverage coverage/ htmlcov/ @@ -161,6 +161,7 @@ Lorenzo M. Catucci Donn Cave Charles Cazabon Per Cederqvist +Matej Cepl Octavian Cerna Pascal Chambon John Chandler @@ -172,6 +172,8 @@ Tools/Demos Build ----- +- Issue #14472: Update .gitignore. Patch by Matej Cepl. + - Upgrade Windows library versions: bzip 1.0.6, OpenSSL 1.0.1c. - Issue #14693: Under non-Windows platforms, hashlib's fallback modules are |