From c30e7917f4d310b85663d44e3a670a610f0b7e1c Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Thu, 6 Feb 2014 23:34:56 -0500 Subject: [PATCH] add .dir-locals.el to the list of excluded files --- package-build.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-build.el b/package-build.el index c3a414fa..bc9c560f 100644 --- a/package-build.el +++ b/package-build.el @@ -91,7 +91,7 @@ function for access to this function") '("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" - (:exclude "tests.el" "*-test.el" "*-tests.el")) + (:exclude ".dir-locals.el" "tests.el" "*-test.el" "*-tests.el")) "Default value for :files attribute in recipes.") (defun pb/message (format-string &rest args)