branch: main commit 817b1c45861db526e118c73ca9a96bdb838282a2 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@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