With normpath, there is no need for the prefix * in my ignore globs.
[update-copyright.git] / .update-copyright.conf
index 61ae0bd71546365fff92b0330c6d13c0982cdec7..60c143af88942b276854def9a2a41c29d9c17187 100644 (file)
@@ -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