From: W. Trevor King Date: Tue, 1 Jun 2010 14:46:26 +0000 (-0400) Subject: Fix /doc/build/ -> ./doc/build/ in update_copyright.py X-Git-Tag: v0.2~18^2~6 X-Git-Url: http://git.tremily.us/?p=update-copyright.git;a=commitdiff_plain;h=60456481fe446c4ed2c1fa23ff65cc242952f410 Fix /doc/build/ -> ./doc/build/ in update_copyright.py --- diff --git a/update_copyright.py b/update_copyright.py index 6209b29..37f4ba5 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -87,8 +87,8 @@ ALIASES = { ['pancaldi.paolo'], } -IGNORED_PATHS = ['./.hg/', './doc/img', './test/data/', - './build/', '/doc/build/'] +IGNORED_PATHS = ['./.hg/', './doc/img/', './test/data/', + './build/', './doc/build/'] IGNORED_FILES = ['COPYING', 'COPYING.LESSER'] # Work around missing author holes in the VCS history