Merge pull request #20 from inaka/jfacorro.add_rebar_config

Add rebar.config and .gitignore
This commit is contained in:
Dmitry Melnikov 2015-10-01 23:43:23 +03:00
commit fe6c8859b0
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
ebin/

1
rebar.config Normal file
View file

@ -0,0 +1 @@
{erl_opts, [debug_info]}.

View file

@ -4,5 +4,6 @@
{applications, [kernel, stdlib]}, {applications, [kernel, stdlib]},
{vsn, "1.0"}, {vsn, "1.0"},
{registered, []}, {registered, []},
{env, []} {env, []},
{applications, []}
]}. ]}.