From: W. Trevor King Date: Fri, 25 Jun 2010 18:55:38 +0000 (-0400) Subject: Added _mailfilterrc to update_copyright.IGNORED_FILES X-Git-Tag: 1.0.0~47^2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fcd4d6d4fb303392cc724171ec5ee7e60bf6dc46;p=be.git Added _mailfilterrc to update_copyright.IGNORED_FILES Gour released it to the Public Domain. --- 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): """