From 09995a1c9b0dcfe58459f1c761cd59e3ba0819d3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 16 Feb 2012 07:04:28 -0500 Subject: [PATCH] With normpath, there is no need for the prefix * in my ignore globs. --- .update-copyright.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.update-copyright.conf b/.update-copyright.conf index 61ae0bd..60c143a 100644 --- a/.update-copyright.conf +++ b/.update-copyright.conf @@ -5,7 +5,7 @@ vcs: Git [files] authors: yes files: yes -ignored: */COPYING, */.update-copyright.conf, */.git* +ignored: COPYING, .update-copyright.conf, .git* # Write project license info to a Python module at `pyfile` pyfile: update_copyright/license.py -- 2.26.2