[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] main b8d4806d47: * elpa-packages (switchy-window): Ignore LIC
From: |
Philip Kaludercic |
Subject: |
Re: [elpa] main b8d4806d47: * elpa-packages (switchy-window): Ignore LICENSE and Makefile |
Date: |
Sun, 09 Apr 2023 18:40:15 +0000 |
Tassilo Horn <tsdh@gnu.org> writes:
> branch: main
> commit b8d4806d471f8f323254ef58efe39d021d8443d2
> Author: Tassilo Horn <tsdh@gnu.org>
> Commit: Tassilo Horn <tsdh@gnu.org>
>
> * elpa-packages (switchy-window): Ignore LICENSE and Makefile
> ---
> elpa-packages | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/elpa-packages b/elpa-packages
> index a12f009930..86c91734b8 100644
> --- a/elpa-packages
> +++ b/elpa-packages
> @@ -631,7 +631,8 @@
> :manual-sync t
> )
> (switchy-window :url "https://git.sr.ht/~tsdh/switchy-window"
> - :readme "README.md")
> + :readme "README.md"
> + :ignored-files ("LICENSE" "Makefile"))
Shouldn't the .elpaignore handle this?
> (sxhkdrc-mode :url
> "https://git.sr.ht/~protesilaos/sxhkdrc-mode"
> :readme "README.md"
> :ignored-files ("COPYING"))
>
>
--
Philip Kaludercic
- Re: [elpa] main b8d4806d47: * elpa-packages (switchy-window): Ignore LICENSE and Makefile,
Philip Kaludercic <=