~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-07 10:12:45 UTC
  • mfrom: (1551.6.30 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20060607101245-3e242a04b9bd23e9
Ignore .python-eggs

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                  'stamp-h.in',
73
73
                  'stamp-h1',
74
74
                  '{arch}',
 
75
                  # Our setup tests dump .python-eggs in the bzr source tree
 
76
                  # root
 
77
                  './.python-eggs',
75
78
                  ]
76
79
 
77
80
IGNORE_FILENAME = ".bzrignore"