mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 03:00:11 +00:00
Exclude "test.el" from :files by default
This commit is contained in:
parent
bd632f747b
commit
3b3018b087
2 changed files with 2 additions and 2 deletions
|
@ -239,7 +239,7 @@ ending in `test.el` or `tests.el`. See the default value below,
|
|||
("*.el" "*.el.in" "dir"
|
||||
"*.info" "*.texi" "*.texinfo"
|
||||
"doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo"
|
||||
(:exclude ".dir-locals.el" "tests.el" "*-test.el" "*-tests.el"))
|
||||
(:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el"))
|
||||
|
||||
This option is necessary when there are multiple packages in the
|
||||
repository and thus the package should only be built from a subset of
|
||||
|
|
|
@ -124,7 +124,7 @@ function for access to this function")
|
|||
'("*.el" "*.el.in" "dir"
|
||||
"*.info" "*.texi" "*.texinfo"
|
||||
"doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo"
|
||||
(:exclude ".dir-locals.el" "tests.el" "*-test.el" "*-tests.el"))
|
||||
(:exclude ".dir-locals.el" "test.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