From fcd4d6d4fb303392cc724171ec5ee7e60bf6dc46 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 25 Jun 2010 14:55:38 -0400 Subject: Added _mailfilterrc to update_copyright.IGNORED_FILES Gour released it to the Public Domain. --- update_copyright.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_copyright.py') diff --git a/update_copyright.py b/update_copyright.py index 2490ba9..ba8388a 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -70,7 +70,7 @@ EXCLUDES = [ IGNORED_PATHS = ['./.be/', './.bzr/', './build/'] -IGNORED_FILES = ['COPYING', 'update_copyright.py', 'catmutt'] +IGNORED_FILES = ['COPYING', 'update_copyright.py', 'catmutt', '_mailfilterrc'] def _strip_email(*args): """ -- cgit