Ignore -autoloads.el and test files

This commit is contained in:
John Louis Del Rosario 2014-08-04 22:55:39 +08:00
parent 0dd10b9357
commit dcf80ff8ec

View file

@ -1 +1,5 @@
(neotree :fetcher github :repo "jaypei/emacs-neotree")
(neotree :fetcher github :repo "jaypei/emacs-neotree"
:files ("*.el" "*.el.in" "dir"
"*.info" "*.texi" "*.texinfo"
"doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo"
(:exclude ".dir-locals.el" "tests.el" "*-test.el" "*-tests.el" "*-autoloads.el" "test/*.el")))