.update-copyright.conf: update to pipe separators.
authorW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 11:10:47 +0000 (07:10 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 11:10:47 +0000 (07:10 -0400)
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.

.update-copyright.conf

index 445319c6758b22298bb1687e3c3657d429d6c8bc..d9734138a4d98c90660daf4164a2e3360e30f5d5 100644 (file)
@@ -5,7 +5,8 @@ vcs: Git
 [files]
 authors: yes
 files: yes
-ignored: COPYING, README, .update-copyright.conf, .git*, .be/*, *.pyc, *.h5
+ignored: COPYING | README | .update-copyright.conf | .git* | .be/* | *.pyc |
+  *.h5
 
 [copyright]
 short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU General Public License.