diff --git a/.gitignore b/.gitignore index 92112bec18..4f429d9ab4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,7 @@ # Undo-tree save-files *.~undo-tree + +# ELPA-generated files +/consult-recoll-autoloads.el +/consult-recoll-pkg.el diff --git a/consult-recoll.el b/consult-recoll.el index b2bf0e0769..507a3cb3d6 100644 --- a/consult-recoll.el +++ b/consult-recoll.el @@ -8,7 +8,7 @@ ;; Package-Requires: ((emacs "26.1") (consult "0.18")) ;; Homepage: https://codeberg.org/jao/consult-recoll -;; Copyright (C) 2021, 2022 Jose A Ortega Ruiz +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by