[Python-checkins] cpython (3.2): #14472: Update .gitignore

petri.lehtinen python-checkins at python.org
Tue May 22 20:07:53 CEST 2012


http://hg.python.org/cpython/rev/8652dd5c2a14
changeset:   77110:8652dd5c2a14
branch:      3.2
parent:      77106:4fcdde674861
user:        Petri Lehtinen <petri at digip.org>
date:        Tue May 22 20:48:16 2012 +0300
summary:
  #14472: Update .gitignore

Patch by Matej Cepl.

files:
  .gitignore |  19 +++++++++++++++++++
  Misc/ACKS  |   1 +
  Misc/NEWS  |   2 ++
  3 files changed, 22 insertions(+), 0 deletions(-)


diff --git a/.gitignore b/.gitignore
--- 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/*.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
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -150,6 +150,7 @@
 Donn Cave
 Charles Cazabon
 Per Cederqvist
+Matej Cepl
 Octavian Cerna
 Pascal Chambon
 John Chandler
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -257,6 +257,8 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list