>From 55032575a57e425976c2fa411d7f308ba278aa6c Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 7 Oct 2022 08:56:32 +0300 Subject: [PATCH] * elpa-packages: (sweeprolog): update ignored-files Exclude sweep.doc from the ELPA package, this file contains terse documentation included in the SWI-Prolog distribution. Conversely, include the Prolog helper library sweep.pl, as it is tightly coupled with the ELisp library sweeprolog.el. --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index 867fc11e3e..7b0b5c6151 100644 --- a/elpa-packages +++ b/elpa-packages @@ -569,7 +569,7 @@ ("sweeprolog" :url "https://github.com/SWI-Prolog/packages-sweep" :ignored-files ("LICENSE" "sweep.c" - "sweep.pl" + "sweep.doc" "sweeprolog-tests.el" "CMakeLists.txt") :doc "README.org") -- 2.37.3