[Pkg-bazaar-commits] ./bzr/unstable r241: - Add more ignore patterns

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:43:57 UTC 2009


------------------------------------------------------------
revno: 241
committer: mbp at sourcefrog.net
timestamp: Tue 2005-04-12 16:20:20 +1000
message:
  - Add more ignore patterns
modified:
  bzrlib/__init__.py
  doc/random.txt
-------------- next part --------------
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2005-04-06 14:06:32 +0000
+++ b/bzrlib/__init__.py	2005-04-12 06:20:20 +0000
@@ -31,7 +31,8 @@
                   '*.tmp', '*.bak', '*.BAK', '*.orig',
                   '*.o', '*.obj', '*.a', '*.py[oc]', '*.so', '*.exe', '*.elc', 
                   '{arch}', 'CVS', '.svn', '_darcs', 'SCCS', 'RCS',
-                  'TAGS', '.make.state', '.sconsign']
+                  'BitKeeper',
+                  'TAGS', '.make.state', '.sconsign', '.tmp*']
 
 IGNORE_FILENAME = ".bzrignore"
 

=== modified file 'doc/random.txt'
--- a/doc/random.txt	2005-04-08 22:15:10 +0000
+++ b/doc/random.txt	2005-04-12 06:20:20 +0000
@@ -269,3 +269,9 @@
 
 reorder patches by cherry-picking them from a main development tree
 before sending them on.
+
+----
+
+ignore BitKeeper
+
+re-add should give the same id as before



More information about the Pkg-bazaar-commits mailing list