branch: externals/consult-recoll commit c57d3e791349619a62242b7a7faff77cb64e114b Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: jao <j...@gnu.org>
FSF copyright transfer and .gitignore --- .gitignore | 4 ++++ consult-recoll.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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