[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/cus-abbrev 796a1da64f: Don't ignore package files in .e
From: |
ELPA Syncer |
Subject: |
[elpa] externals/cus-abbrev 796a1da64f: Don't ignore package files in .elpaignore |
Date: |
Fri, 7 Mar 2025 18:58:19 -0500 (EST) |
branch: externals/cus-abbrev
commit 796a1da64feb649281e6d065c4e5b90cb5b0d22c
Author: Mauro Aranda <maurooaranda@gmail.com>
Commit: Mauro Aranda <maurooaranda@gmail.com>
Don't ignore package files in .elpaignore
Last commit was just a confusion. The package files should be ignored
only in Git.
https://lists.gnu.org/archive/html/emacs-devel/2025-03/msg00349.html
.elpaignore: Don't ignore *-pkg.el and *-autoloads.el here.
---
.elpaignore | 2 --
.gitignore | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/.elpaignore b/.elpaignore
index 2881a67db3..7a1d75daa7 100644
--- a/.elpaignore
+++ b/.elpaignore
@@ -1,4 +1,2 @@
.gitignore
Makefile
-/cus-abbrev-pkg.el
-/cus-abbrev-autoloads.el
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 63f9cf2b8d..954a803f98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,4 +34,4 @@
# Package stuff
/cus-abbrev-pkg.el
-/cus-abbrev-autoloads.el
\ No newline at end of file
+/cus-abbrev-autoloads.el
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/cus-abbrev 796a1da64f: Don't ignore package files in .elpaignore,
ELPA Syncer <=