[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
main 817b1c45 134/257: ; Fix .elpaignore syntax (dirs must be specified
From: |
Tassilo Horn |
Subject: |
main 817b1c45 134/257: ; Fix .elpaignore syntax (dirs must be specified as dir and not dir/) |
Date: |
Fri, 19 Apr 2024 15:36:41 -0400 (EDT) |
branch: main
commit 817b1c45861db526e118c73ca9a96bdb838282a2
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>
; Fix .elpaignore syntax (dirs must be specified as dir and not dir/)
---
.elpaignore | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.elpaignore b/.elpaignore
index 01bf824a..4dd8e934 100644
--- a/.elpaignore
+++ b/.elpaignore
@@ -8,6 +8,6 @@ lpath.el
mkinstalldirs
prv-install.el
README.GIT
-tests/
-build-aux/
-admin/
\ No newline at end of file
+tests
+build-aux
+admin
\ No newline at end of file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- main 817b1c45 134/257: ; Fix .elpaignore syntax (dirs must be specified as dir and not dir/),
Tassilo Horn <=