Also exclude "tests.el" by default

This commit is contained in:
Steve Purcell 2013-10-19 16:54:58 +01:00
parent aeab4a998b
commit 7fa83afc1c

View file

@ -87,7 +87,7 @@ function for access to this function")
(defconst pb/default-files-spec '("*.el" "*.el.in" "dir"
"*.info" "*.texi" "*.texinfo"
"doc/*.info" "doc/*.texi" "doc/*.texinfo"
(:exclude "*-test.el" "*-tests.el"))
(:exclude "tests.el" "*-test.el" "*-tests.el"))
"Default value for :files attribute in recipes.")