emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b6ea007: Ignore some externally maintained files in AUTHORS


From: Stefan Kangas
Subject: master b6ea007: Ignore some externally maintained files in AUTHORS
Date: Wed, 17 Nov 2021 06:10:08 -0500 (EST)

branch: master
commit b6ea007f9dc02f2699d5d772032344fbd189c55d
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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 23990fe..1e8bf03 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]