THRIFT-2648 cleanup erlang lib

client: erlang
patch: alisdair sullivan (alisdairsullivan@yahoo.ca)

moves tests for the thrift compiler generation of files to /test/erl, properly removes artifacts from test
suite runs, adds module listing to .app.src for better behaviour when using erlang tools like relx and
rebar and modifies .gitignore to not ignore relevant erlang test components
diff --git a/configure.ac b/configure.ac
index bccfc69..d97e957 100755
--- a/configure.ac
+++ b/configure.ac
@@ -654,6 +654,7 @@
   lib/lua/Makefile
   test/Makefile
   test/cpp/Makefile
+  test/erl/Makefile
   test/go/Makefile
   test/hs/Makefile
   test/php/Makefile