.update-copyright.conf: update to pipe separators.
authorW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 11:13:33 +0000 (07:13 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 11:13:33 +0000 (07:13 -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 1b40e1fad15ab6d1092ea82fa8a217dec7dba4de..f11614f7acadb14a566ab4594d95281e60564222 100644 (file)
@@ -5,7 +5,7 @@ vcs: Git
 [files]
 authors: yes
 files: yes
-ignored: COPYING, README, .update-copyright.conf, .git*, *.pyc, *.h5
+ignored: COPYING | README | .update-copyright.conf | .git* | *.pyc | *.h5
 
 [copyright]
 short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU General Public License.