From: Petri Lehtinen Date: Tue, 22 May 2012 17:48:16 +0000 (+0300) Subject: #14472: Update .gitignore X-Git-Tag: v3.3.0a4~91^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f50389370d9666538fea2a1d3a2e2af638cc71f;p=python #14472: Update .gitignore Patch by Matej Cepl. --- diff --git a/.gitignore b/.gitignore index 7dfc5ad3a4..c1a8055e6d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,13 +5,17 @@ *.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/plat-mac/errors.rsrc.df.rsrc Makefile Makefile.pre Misc/python.pc @@ -30,20 +34,35 @@ PCbuild/*.ncb PCbuild/*.o PCbuild/*.pdb PCbuild/Win32-temp-* +PCbuild/amd64/ +.purify Parser/pgen Parser/pgen.stamp __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/ diff --git a/Misc/ACKS b/Misc/ACKS index bea7eba0c5..a9280885c3 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -150,6 +150,7 @@ Lorenzo M. Catucci Donn Cave Charles Cazabon Per Cederqvist +Matej Cepl Octavian Cerna Pascal Chambon John Chandler diff --git a/Misc/NEWS b/Misc/NEWS index ec5cd9878e..d435b198c2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -257,6 +257,8 @@ Tests Build ----- +- Issue #14472: Update .gitignore. Patch by Matej Cepl. + - The Windows build now uses OpenSSL 1.0.0j and bzip2 1.0.6. - Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.