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