From 608f21bdcf0d735a27ec1d990045a946f69510af Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Mon, 21 Sep 2015 15:09:18 -0300 Subject: [PATCH] Add rebar.config and .gitignore files --- .gitignore | 1 + rebar.config | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 rebar.config diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f8c15dc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ebin/ \ No newline at end of file diff --git a/rebar.config b/rebar.config new file mode 100644 index 0000000..0f5d40e --- /dev/null +++ b/rebar.config @@ -0,0 +1 @@ +{erl_opts, [debug_info]}.