mirror of
https://github.com/correl/melpa.git
synced 2025-03-07 04:45:08 -10:00
Ignore -autoloads.el and test files
This commit is contained in:
parent
0dd10b9357
commit
dcf80ff8ec
1 changed files with 5 additions and 1 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Reference in a new issue