[Python-checkins] r85838 - python/branches/py3k/.gitignore

victor.stinner python-checkins at python.org
Mon Oct 25 19:37:18 CEST 2010


Author: victor.stinner
Date: Mon Oct 25 19:37:18 2010
New Revision: 85838

Log:
update gitignore

Added:
   python/branches/py3k/.gitignore

Added: python/branches/py3k/.gitignore
==============================================================================
--- (empty file)
+++ python/branches/py3k/.gitignore	Mon Oct 25 19:37:18 2010
@@ -0,0 +1,26 @@
+Doc/build/
+Doc/tools/docutils/
+Doc/tools/jinja2/
+Doc/tools/pygments/
+Doc/tools/sphinx/
+Makefile
+Makefile.pre
+Misc/python.pc
+Modules/Setup
+Modules/Setup.config
+Modules/Setup.local
+Modules/config.c
+Parser/pgen
+Parser/pgen.stamp
+build/
+config.log
+config.status
+libpython3.2.a
+pybuilddir.txt
+pyconfig.h
+python
+python-gdb.py
+tags
+Lib/lib2to3/Grammar3.2.0.alpha.2.pickle
+Lib/lib2to3/PatternGrammar3.2.0.alpha.2.pickle
+autom4te.cache


More information about the Python-checkins mailing list