summaryrefslogtreecommitdiff
path: root/priv/templates/gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/gitignore')
-rw-r--r--priv/templates/gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/priv/templates/gitignore b/priv/templates/gitignore
new file mode 100644
index 0000000..79ae0fb
--- /dev/null
+++ b/priv/templates/gitignore
@@ -0,0 +1,13 @@
+.eunit
+deps
+priv
+*.o
+*.beam
+*.plt
+.erlang.cookie
+ebin
+log
+erl_crash.dump
+.rebar
+_rel
+logs