[Python-checkins] r84705 - in python/branches/py3k: .bzrignore .hgignore Modules

georg.brandl python-checkins at python.org
Sat Sep 11 08:39:58 CEST 2010


Author: georg.brandl
Date: Sat Sep 11 08:39:58 2010
New Revision: 84705

Log:
Add new generated file to ignoreds.

Modified:
   python/branches/py3k/.bzrignore
   python/branches/py3k/.hgignore
   python/branches/py3k/Modules/   (props changed)

Modified: python/branches/py3k/.bzrignore
==============================================================================
--- python/branches/py3k/.bzrignore	(original)
+++ python/branches/py3k/.bzrignore	Sat Sep 11 08:39:58 2010
@@ -30,6 +30,7 @@
 Modules/Setup.config
 Modules/Setup.local
 Modules/config.c
+Modules/ld_so_aix
 Parser/pgen
 Parser/pgen.stamp
 Lib/test/data/*

Modified: python/branches/py3k/.hgignore
==============================================================================
--- python/branches/py3k/.hgignore	(original)
+++ python/branches/py3k/.hgignore	Sat Sep 11 08:39:58 2010
@@ -29,6 +29,7 @@
 Modules/Setup.config
 Modules/Setup.local
 Modules/config.c
+Modules/ld_so_aix$
 Parser/pgen$
 Parser/pgen.stamp$
 ^core


More information about the Python-checkins mailing list