.update-copyright.conf: update to pipe separators.
authorW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 01:54:20 +0000 (21:54 -0400)
committerAndy Grover <agrover@redhat.com>
Fri, 14 Dec 2012 17:33:02 +0000 (09:33 -0800)
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.

Signed-off-by: W. Trevor King <wking@tremily.us>
.update-copyright.conf

index b4c80ff98085eb92bb01bcec0f8fc80664cd443a..3462de2051940910dd4af86ebd21c51f951463aa 100644 (file)
@@ -5,8 +5,8 @@ vcs: Git
 [files]
 authors: yes
 files: yes
-ignored: COPYING, COPYING.LESSER, README, README.rst, MANIFEST.in,
-  .update-copyright.conf, .git*
+ignored: COPYING | COPYING.LESSER | README | README.rst | MANIFEST.in |
+  .update-copyright.conf | .git*
 
 [aliases]
 Red Hat, Inc.: Andy Grover <agrover@redhat.com>