summaryrefslogtreecommitdiff
path: root/test/rebar_new_SUITE_data/.rebar3/templates/app/gitignore.dtl
diff options
context:
space:
mode:
Diffstat (limited to 'test/rebar_new_SUITE_data/.rebar3/templates/app/gitignore.dtl')
-rw-r--r--test/rebar_new_SUITE_data/.rebar3/templates/app/gitignore.dtl18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/rebar_new_SUITE_data/.rebar3/templates/app/gitignore.dtl b/test/rebar_new_SUITE_data/.rebar3/templates/app/gitignore.dtl
new file mode 100644
index 0000000..40a1d4f
--- /dev/null
+++ b/test/rebar_new_SUITE_data/.rebar3/templates/app/gitignore.dtl
@@ -0,0 +1,18 @@
+.rebar3
+_*
+.eunit
+*.o
+*.beam
+*.plt
+*.swp
+*.swo
+.erlang.cookie
+ebin
+log
+erl_crash.dump
+.rebar
+_rel
+_deps
+_plugins
+_tdeps
+logs