Exclude two test/build files.

Neither of these files is essential to the functioning of lentic and
at least one of them causes byte compile errors.
This commit is contained in:
Phillip Lord 2015-02-24 12:11:12 +00:00
parent 49bdcf035b
commit 0f07df876b

View file

@ -1,3 +1,5 @@
(lentic :fetcher github :repo "phillord/lentic"
:files (:defaults "lenticular.org")
:files (:defaults
"lenticular.org"
(:exclude "build.el" "noisy-change.el"))
:old-names (linked-buffer))