From: Jeremy Baxter <jeremy@baxters.nz>
To: emacs-devel@gnu.org
Subject: [NonGNU ELPA] d-mode: ignore extra files
Date: Thu, 08 Aug 2024 12:58:07 +1200 [thread overview]
Message-ID: <87frrfde5c.fsf@baxters.nz> (raw)
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
Hi list, I've noticed a few extra files lying around in archives
distributing d-mode. Attached are a couple of patches to fix this.
Thanks!
Jeremy
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: elpa-packages (d-mode): ignore .github --]
[-- Type: text/x-patch, Size: 885 bytes --]
From 8bff92a5bb2915a7eef63720bcc24cb05beab560 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jeremy@baxters.nz>
Date: Thu, 8 Aug 2024 12:41:27 +1200
Subject: [PATCH] elpa-packages (d-mode): ignore .github
---
elpa-packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index 3bc355144e..fee4786aa4 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -125,7 +125,7 @@
:ignored-files (".elisp-autofmt" "LICENSE" "tests"))
(d-mode :url "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode"
- :ignored-files ("COPYING" "coverage" "tests-todo" "tests" "Cask" "Makefile" "d-mode-tests.el"))
+ :ignored-files ("COPYING" ".github" "coverage" "tests-todo" "tests" "Cask" "Makefile" "d-mode-tests.el"))
(dart-mode :url "https://github.com/bradyt/dart-mode"
:ignored-files ("LICENSE" "test" "Cask" "Makefile")
--
2.45.2
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: elpa-packages (d-mode): ignore d-mode-test.el --]
[-- Type: text/x-patch, Size: 901 bytes --]
From e9f41ccfe4ff8ca9f5ee073bc639db04704cd5bd Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jeremy@baxters.nz>
Date: Thu, 8 Aug 2024 12:45:19 +1200
Subject: [PATCH] elpa-packages (d-mode): ignore d-mode-test.el
---
elpa-packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index fee4786aa4..f0cdda7546 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -125,7 +125,7 @@
:ignored-files (".elisp-autofmt" "LICENSE" "tests"))
(d-mode :url "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode"
- :ignored-files ("COPYING" ".github" "coverage" "tests-todo" "tests" "Cask" "Makefile" "d-mode-tests.el"))
+ :ignored-files ("COPYING" ".github" "coverage" "tests-todo" "tests" "Cask" "Makefile" "d-mode-test.el"))
(dart-mode :url "https://github.com/bradyt/dart-mode"
:ignored-files ("LICENSE" "test" "Cask" "Makefile")
--
2.45.2
next reply other threads:[~2024-08-08 0:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-08 0:58 Jeremy Baxter [this message]
2024-08-12 11:02 ` [NonGNU ELPA] d-mode: ignore extra files Philip Kaludercic
2024-08-13 8:54 ` Jeremy Baxter
2024-08-15 14:14 ` Philip Kaludercic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87frrfde5c.fsf@baxters.nz \
--to=jeremy@baxters.nz \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).