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