[Pkg-bazaar-commits] ./bzr/unstable r3: add {arch} to default ignore pattern

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:24:19 UTC 2009


------------------------------------------------------------
revno: 3
committer: mbp at sourcefrog.net
timestamp: Wed 2005-03-09 04:09:57 +0000
message:
  add {arch} to default ignore pattern
modified:
  bzrlib/__init__.py
-------------- next part --------------
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2005-03-09 04:09:29 +0000
+++ b/bzrlib/__init__.py	2005-03-09 04:09:57 +0000
@@ -25,5 +25,6 @@
 
 BZRDIR = ".bzr"
 
-DEFAULT_IGNORE = ['.*', '*~', '#*#', '*.tmp', '*.o', '*.a', '*.py[oc]']
+DEFAULT_IGNORE = ['.*', '*~', '#*#', '*.tmp', '*.o', '*.a', '*.py[oc]',
+                  '{arch}']
 



More information about the Pkg-bazaar-commits mailing list