Skip to content

Commit

Permalink
Add .git to default ignored dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Mar 8, 2015
1 parent 283ea3e commit f1b35f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/testrunner/options.py
Expand Up @@ -491,7 +491,7 @@ def do_pychecker(*args):
# Default values

parser.set_defaults(
ignore_dir=['.svn', 'CVS', '{arch}', '.arch-ids', '_darcs'],
ignore_dir=['.git', '.svn', 'CVS', '{arch}', '.arch-ids', '_darcs'],
tests_pattern='^tests$',
at_level=1,
test_file_pattern='^test',
Expand Down

0 comments on commit f1b35f8

Please sign in to comment.