diff options
author | Chris Ball <cjb@laptop.org> | 2010-06-25 15:56:29 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2010-06-25 15:56:29 -0400 |
commit | 85de110f14f11746f38a2f23f086780a99064269 (patch) | |
tree | 010818f1495c5b500fc66c1e48b1d66d3f2cd5f0 /update_copyright.py | |
parent | 96438469d6c4c97d5c2fc14f6a26ece147fc75b2 (diff) | |
parent | fcd4d6d4fb303392cc724171ec5ee7e60bf6dc46 (diff) | |
download | bugseverywhere-85de110f14f11746f38a2f23f086780a99064269.tar.gz |
Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/be
Diffstat (limited to 'update_copyright.py')
-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): """ |