~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Martin Pool
  • Date: 2005-06-01 07:43:23 UTC
  • Revision ID: mbp@sourcefrog.net-20050601074323-62e2c162351e4b29
- ignore more vi swap files .*sw[nop]

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
DEFAULT_IGNORE = ['.bzr.log',
31
31
                  '*~', '#*#', '*$', '.#*',
32
 
                  '.*.swp', '.*.tmp',
 
32
                  '.*.sw[onp]', '.*.tmp',
33
33
                  '*.tmp', '*.bak', '*.BAK', '*.orig',
34
34
                  '*.o', '*.obj', '*.a', '*.py[oc]', '*.so', '*.exe', '*.elc', 
35
35
                  '{arch}', 'CVS', 'CVS.adm', '.svn', '_darcs', 'SCCS', 'RCS',