diff options
author | W. Trevor King <wking@drexel.edu> | 2010-06-25 14:55:38 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-06-25 14:55:38 -0400 |
commit | fcd4d6d4fb303392cc724171ec5ee7e60bf6dc46 (patch) | |
tree | 0a8c6b4ee0b1d56ceb97c1fa89c390c8fbed4f8c | |
parent | b43c3b970597096ce25efd6121836bee2f476ed0 (diff) | |
download | bugseverywhere-fcd4d6d4fb303392cc724171ec5ee7e60bf6dc46.tar.gz |
Added _mailfilterrc to update_copyright.IGNORED_FILES
Gour released it to the Public Domain.
-rwxr-xr-x | update_copyright.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): """ |