exclude -test.el and -tests.el in default :files

This commit is contained in:
Donald Curtis 2013-05-27 09:00:15 -05:00
parent 38dc0469a1
commit 4cdf235762

View file

@ -86,7 +86,8 @@ function for access to this function")
(defconst pb/default-files-spec '("*.el" "dir" (defconst pb/default-files-spec '("*.el" "dir"
"*.info" "*.texi" "*.texinfo" "*.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.") "Default value for :files attribute in recipes.")