Merge pull request #2 from inaka/jfacorro.add_rebar_config

Add rebar.config and .gitignore
This commit is contained in:
Brujo Benavides 2015-09-21 15:27:59 -03:00
commit e68f5761bd
2 changed files with 2 additions and 0 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]}.