mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
Also exclude "tests.el" by default
This commit is contained in:
parent
aeab4a998b
commit
7fa83afc1c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ function for access to this function")
|
|||
(defconst pb/default-files-spec '("*.el" "*.el.in" "dir"
|
||||
"*.info" "*.texi" "*.texinfo"
|
||||
"doc/*.info" "doc/*.texi" "doc/*.texinfo"
|
||||
(:exclude "*-test.el" "*-tests.el"))
|
||||
(:exclude "tests.el" "*-test.el" "*-tests.el"))
|
||||
"Default value for :files attribute in recipes.")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue