From: Mathieu Lirzin Date: Thu, 4 Jan 2018 15:21:26 +0000 (+0100) Subject: maint: Exclude ".dir-locals.el" from copyright updates X-Git-Tag: v1.16~18 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7f5f7345865973940b26ab6039c2acc9414af7c;p=thirdparty%2Fautomake.git maint: Exclude ".dir-locals.el" from copyright updates * maintainer/maint.mk (files_without_copyright): Add ".dir-locals.el". --- diff --git a/maintainer/maint.mk b/maintainer/maint.mk index 51907193c..e384d98ce 100644 --- a/maintainer/maint.mk +++ b/maintainer/maint.mk @@ -458,6 +458,7 @@ update_copyright_env = \ # not expected to have a copyright notice. files_without_copyright = \ .autom4te.cfg \ + .dir-locals.el \ .git-log-fix \ .gitattributes \ .gitignore \