branch: main commit 902f01ff0815c75e52a39b56fe0af90c9b58a01e Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* elpa-packages (rfc-mode): New package (sweeprolog): Only ignore `LICENSE`. If other files need to be ignored, it's better to do it with `.elpaignore`. --- elpa-packages | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/elpa-packages b/elpa-packages index 7b0b5c6151..8fa52977c5 100644 --- a/elpa-packages +++ b/elpa-packages @@ -500,6 +500,10 @@ ("request" :url "https://github.com/tkf/emacs-request" :ignored-files ("tests" "doc" "COPYING")) + ("rfc-mode" :url "https://github.com/galdor/rfc-mode" + :readme "README.md" + :news "changelog.org") + ("rubocop" :url "https://github.com/rubocop/rubocop-emacs") ("rust-mode" :url "https://github.com/rust-lang/rust-mode" @@ -567,11 +571,7 @@ :ignored-files "LICENSES/GPL-3.0-or-later.txt") ("sweeprolog" :url "https://github.com/SWI-Prolog/packages-sweep" - :ignored-files ("LICENSE" - "sweep.c" - "sweep.doc" - "sweeprolog-tests.el" - "CMakeLists.txt") + :ignored-files ("LICENSE") :doc "README.org") ("swift-mode" :url "https://github.com/swift-emacs/swift-mode"