add .dir-locals.el to the list of excluded files

This commit is contained in:
Donald Curtis 2014-02-06 23:34:56 -05:00
parent 082befdda3
commit c30e7917f4

View file

@ -91,7 +91,7 @@ function for access to this function")
'("*.el" "*.el.in" "dir" '("*.el" "*.el.in" "dir"
"*.info" "*.texi" "*.texinfo" "*.info" "*.texi" "*.texinfo"
"doc/dir" "doc/*.info" "doc/*.texi" "doc/*.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.") "Default value for :files attribute in recipes.")
(defun pb/message (format-string &rest args) (defun pb/message (format-string &rest args)