.update-copyright.conf: update to pipe separators.
authorW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 11:16:40 +0000 (07:16 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 11:16:40 +0000 (07:16 -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 cb03714f20be4e59d384eb626fa7ff0c1821cae5..f19ae1a8aa4085758eed0a29284e2fa0d5e81eac 100644 (file)
@@ -5,7 +5,7 @@ vcs: Git
 [files]
 authors: yes
 files: yes
 [files]
 authors: yes
 files: yes
-ignored: COPYING, README, .update-copyright.conf, .git*
+ignored: COPYING | README | .update-copyright.conf | .git*
 pyfile: update_copyright/license.py
 
 [copyright]
 pyfile: update_copyright/license.py
 
 [copyright]