diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-16 19:36:04 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-16 19:36:04 -0500 |
commit | 884d298291e64fad99f096ee82018b568e0985f2 (patch) | |
tree | 2251d30abe9bf5890d2fd7506e74979149307df4 /priv/templates/gitignore | |
parent | 71d9500997930a43f30bce863e05f3dbaa4fd3f4 (diff) |
update templating
Diffstat (limited to 'priv/templates/gitignore')
-rw-r--r-- | priv/templates/gitignore | 13 |
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 |