~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-12 06:20:20 UTC
  • Revision ID: mbp@sourcefrog.net-20050412062020-db2781363a7e8a6a
- Add more ignore patterns

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
                  '*.tmp', '*.bak', '*.BAK', '*.orig',
32
32
                  '*.o', '*.obj', '*.a', '*.py[oc]', '*.so', '*.exe', '*.elc', 
33
33
                  '{arch}', 'CVS', '.svn', '_darcs', 'SCCS', 'RCS',
34
 
                  'TAGS', '.make.state', '.sconsign']
 
34
                  'BitKeeper',
 
35
                  'TAGS', '.make.state', '.sconsign', '.tmp*']
35
36
 
36
37
IGNORE_FILENAME = ".bzrignore"
37
38