summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-10-26 08:27:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-10-26 08:27:21 -0400
commit5978e75a04120b75a9b800629d732ab6b2d44cff (patch)
tree94b180fea7d80fd833b61dce29f6b252f57b24f3 /igor.py
parenteb19c6ec1cfff7a516ebd13df6d9510838ac71d9 (diff)
downloadpython-coveragepy-git-5978e75a04120b75a9b800629d732ab6b2d44cff.tar.gz
Ignore another tox directory.
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index b144573b..e596f873 100644
--- a/igor.py
+++ b/igor.py
@@ -55,7 +55,7 @@ def do_zip_mods(args):
def do_check_eol(args):
"""Check files for incorrect newlines and trailing whitespace."""
- ignore_dirs = ['.svn', '.hg', '.tox']
+ ignore_dirs = ['.svn', '.hg', '.tox', '.tox_kits']
checked = set([])
def check_file(fname, crlf=True, trail_white=True):