diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-20 07:18:40 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-20 07:18:40 -0400 |
commit | 2b233348db8cfbf19c537679db0dcaaeb958d7b2 (patch) | |
tree | bf44b2632b58eecca3239143b123052fb9787a5e /.update-copyright.conf | |
parent | e727e62511b4584d562f67e6688a461d82848269 (diff) | |
download | bugseverywhere-2b233348db8cfbf19c537679db0dcaaeb958d7b2.tar.gz |
.update-copyright.conf: update to pipe separators.
This brings the config file up to speed with the following
update-copyright commit:
commit 3c68a1a48419d8b2bbc2ce0e7f1700b996ec30e9
Author: W. Trevor King <wking@tremily.us>
Date: Fri Oct 19 21:52:48 2012 -0400
project: for consistency, also separate ignored paths with pipes
Diffstat (limited to '.update-copyright.conf')
-rw-r--r-- | .update-copyright.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.update-copyright.conf b/.update-copyright.conf index 2e47b00..8194c52 100644 --- a/.update-copyright.conf +++ b/.update-copyright.conf @@ -5,7 +5,8 @@ vcs: Git [files] authors: yes files: yes -ignored: AUTHORS, COPYING, README, .update-copyright.conf, .git*, .be*, *.pyc, */catmutt +ignored: AUTHORS | COPYING | README | .update-copyright.conf | .git* | .be* | + *.pyc | */catmutt [copyright] short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU General Public License. |