From b6ea007f9dc02f2699d5d772032344fbd189c55d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 17 Nov 2021 12:08:56 +0100 Subject: [PATCH] Ignore some externally maintained files in AUTHORS * admin/authors.el (authors-ignored-files): Ignore externally maintained files. --- admin/authors.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/authors.el b/admin/authors.el index 23990fee708..1e8bf0364d6 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -360,6 +360,8 @@ Changes to files matching one of the regexps in this list are not listed.") "autogen/missing" "autogen" "autogen/copy_autogen" ; not generated, but trivial and now removed "dir_top" + ;; Imported into Emacs but externally maintained. + "publicsuffix.txt" "SKK-JISYO.L" ;; Only existed briefly, then renamed: "images/icons/allout-widgets-dark-bg" "images/icons/allout-widgets-light-bg" -- 2.39.2