From 621ed3ab31f6cea366b91ef25821f101bf44d4c7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 20 Oct 2012 07:16:40 -0400 Subject: [PATCH] .update-copyright.conf: update to pipe separators. This brings the config file up to speed with the following update-copyright commit: commit 3c68a1a48419d8b2bbc2ce0e7f1700b996ec30e9 Author: W. Trevor King Date: Fri Oct 19 21:52:48 2012 -0400 project: for consistency, also separate ignored paths with pipes --- .update-copyright.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.update-copyright.conf b/.update-copyright.conf index cb03714..f19ae1a 100644 --- a/.update-copyright.conf +++ b/.update-copyright.conf @@ -5,7 +5,7 @@ vcs: Git [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] -- 2.26.2