From 5978e75a04120b75a9b800629d732ab6b2d44cff Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 26 Oct 2012 08:27:21 -0400 Subject: Ignore another tox directory. --- igor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'igor.py') 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): -- cgit v1.2.1