]> granicus.if.org Git - python/commitdiff
#14472: Update .gitignore
authorPetri Lehtinen <petri@digip.org>
Tue, 22 May 2012 17:48:16 +0000 (20:48 +0300)
committerPetri Lehtinen <petri@digip.org>
Tue, 22 May 2012 17:50:28 +0000 (20:50 +0300)
Patch by Matej Cepl.

.gitignore
Misc/ACKS
Misc/NEWS

index 3842f433b4003808e9f7b6cdb4f011bb58d990ec..a88b36e9b34edd4eb8d160e86a75217dc24b009a 100644 (file)
@@ -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/
index d5a351017f1880b94e728daacba978ad66c2e596..265cb1784e7b94996acf35a9e1c41a775f67ad90 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -161,6 +161,7 @@ Lorenzo M. Catucci
 Donn Cave
 Charles Cazabon
 Per Cederqvist
+Matej Cepl
 Octavian Cerna
 Pascal Chambon
 John Chandler
index eaa9014e96dd6af03cc37b2d30d3355854852cd7..c8301bd65c12ab55fb2aa109f1a45795b0d009e8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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