Skip to content

Commit 8523ea2

Browse files
author
motobob
authored
Merge pull request #2 from waisbrot/dont-publish-products
Add the products of yecc and leex to the excluded_files list
2 parents 693619e + eae5aa6 commit 8523ea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/eini.app.src

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
{registered, []},
77
{mod, {eini_app, []}},
88
{licenses, ["Apache 2.0"]},
9-
{links, [{"Github", "https://github.com/erlcloud/eini"}]}
9+
{links, [{"Github", "https://github.com/erlcloud/eini"}]},
10+
{exclude_files, ["src/eini_parser.erl", "src/eini_lexer.erl"]}
1011
]}.

0 commit comments

Comments
 (0)