mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 03:00:11 +00:00
Exclude contrib/test from slime package
This commit is contained in:
parent
46884aa658
commit
0e03ac793f
1 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
(slime :repo "slime/slime"
|
||||
:fetcher github
|
||||
:files ("*.el" ("lib" "lib/hyperspec.el") "*.lisp" "*.asd" "contrib" "doc/*.texi" "doc/*.info" "doc/dir" "ChangeLog"))
|
||||
:files ("*.el"
|
||||
("lib" "lib/hyperspec.el")
|
||||
"*.lisp"
|
||||
"*.asd"
|
||||
("contrib" "contrib/*" (:exclude "contrib/test"))
|
||||
"doc/*.texi"
|
||||
"doc/*.info"
|
||||
"doc/dir"
|
||||
"ChangeLog"))
|
||||
|
|
Loading…
Reference in a new issue