[Pkg-bazaar-commits] ./bzr/unstable r2: add python bytecode to default ignore pattern

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


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



More information about the Pkg-bazaar-commits mailing list