From: Siraaj Khandkar Date: Thu, 14 Aug 2014 19:24:02 +0000 (-0400) Subject: Configure rebar to clean test directory. X-Git-Tag: 1.0.0~8 X-Git-Url: https://git.xandkar.net/?p=hope.git;a=commitdiff_plain;h=461a012c674eca40ac9e813d51d08b792cf7df67 Configure rebar to clean test directory. --- diff --git a/rebar.config b/rebar.config new file mode 100644 index 0000000..a760517 --- /dev/null +++ b/rebar.config @@ -0,0 +1 @@ +{clean_files, ["test/*.beam"]}.