Register "Emakefile" as an Erlang filename (#3443)

This commit is contained in:
John Gardner
2017-02-03 06:09:07 +11:00
committed by Brandon Black
parent e7b5e25bf8
commit 32147b629e
2 changed files with 8 additions and 0 deletions

View File

@@ -1156,6 +1156,7 @@ Erlang:
- ".xrl"
- ".yrl"
filenames:
- Emakefile
- rebar.config
- rebar.config.lock
- rebar.lock

View File

@@ -0,0 +1,7 @@
{"src/*", [
report,
verbose,
{i, "include"},
{outdir, "ebin"},
debug_info
]}.