mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 11:09:51 +00:00
add .dir-locals.el to the list of excluded files
This commit is contained in:
parent
082befdda3
commit
c30e7917f4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue