~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ignores.py

  • Committer: Andrea Corbellini
  • Date: 2010-09-01 12:08:07 UTC
  • mto: This revision was merged to the branch mainline in revision 5416.
  • Revision ID: corbellini.andrea@gmail.com-20100901120807-w45cgzutoap2wfwg
Ignore __pycache__ directories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    '*~',
42
42
    '.#*',
43
43
    '[#]*#',
 
44
    '__pycache__',
44
45
]
45
46
 
46
47