mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 11:09:51 +00:00
exclude -test.el and -tests.el in default :files
This commit is contained in:
parent
38dc0469a1
commit
4cdf235762
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ function for access to this function")
|
|||
|
||||
(defconst pb/default-files-spec '("*.el" "dir"
|
||||
"*.info" "*.texi" "*.texinfo"
|
||||
"doc/*.info" "doc/*.texi" "doc/*.texinfo")
|
||||
"doc/*.info" "doc/*.texi" "doc/*.texinfo"
|
||||
(:exclude "*-test.el" "*-tests.el"))
|
||||
"Default value for :files attribute in recipes.")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue