[Python-checkins] r62330 - python/trunk/.bzrignore
Brett Cannon
brett at python.org
Mon Apr 14 01:13:29 CEST 2008
I don't think we should be polluting svn with bzr-specific files.
-Brett
On Sun, Apr 13, 2008 at 1:40 PM, benjamin.peterson
<python-checkins at python.org> wrote:
> Author: benjamin.peterson
> Date: Sun Apr 13 22:40:03 2008
> New Revision: 62330
>
> Log:
> Added an ignore file for Bazaar #2510
>
>
> Added:
> python/trunk/.bzrignore
>
> Added: python/trunk/.bzrignore
> ==============================================================================
> --- (empty file)
> +++ python/trunk/.bzrignore Sun Apr 13 22:40:03 2008
> @@ -0,0 +1,43 @@
> +.purify
> +autom4te.cache
> +config.log
> +config.cache
> +config.status
> +config.status.lineno
> +db_home
> +Makefile
> +buildno
> +python
> +build
> +Makefile.pre
> +platform
> +pyconfig.h
> +libpython*.a
> +python.exe
> +CP936.TXT
> +SHIFT_JISX0213.TXT
> +JOHAB.TXT
> +EUC-JP.TXT
> +NormalizationTest-3.2.0.txt
> +NormalizationTest.txt
> +BIG5.TXT
> +BIG5HKSCS-2004.TXT
> +CP949.TXT
> +EUC-CN.TXT
> +BIG5HKSCS.TXT
> +SHIFTJIS.TXT
> +EUC-KR.TXT
> +EUC-JISX0213.TXT
> +CP932.TXT
> +CP950.TXT
> +reflog.txt
> +gb-18030-2000.xml
> +tags
> +TAGS
> +.gdb_history
> +Modules/Setup
> +Modules/Setup.config
> +Modules/Setup.local
> +Modules/config.c
> +Parser/pgen
> +Lib/plat-mac/errors.rsrc.df.rsrc
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-checkins
>
More information about the Python-checkins
mailing list