update mustache recipe to use exclude

This commit is contained in:
Donald Curtis 2013-05-03 21:45:32 -05:00
parent 05f660e639
commit d1bcf9599c

View file

@ -1,5 +1,4 @@
(mustache
:repo "Wilfred/mustache.el"
:files ("mustache.el"
"mustache-lex.el" "mustache-render.el" "mustache-parse.el" )
:files ("*.el" (:exclude "*-tests.el"))
:fetcher github)