Skip to content

Commit

Permalink
Merge pull request #2 from inaka/jfacorro.add_rebar_config
Browse files Browse the repository at this point in the history
Add rebar.config and .gitignore
  • Loading branch information
Brujo Benavides committed Sep 21, 2015
2 parents c888752 + 608f21b commit e68f576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ebin/
1 change: 1 addition & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{erl_opts, [debug_info]}.

0 comments on commit e68f576

Please sign in to comment.