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)