diff options
author | Artem Teslenko <ates@ipv6.dp.ua> | 2016-12-10 17:35:30 +0200 |
---|---|---|
committer | Artem Teslenko <ates@ipv6.dp.ua> | 2016-12-10 17:35:30 +0200 |
commit | 5b9bd7a10283fba4c3bac5a153b3937a73492752 (patch) | |
tree | 7dc93065f2602ec8af303977f4deed7c9cc9584d /priv/templates | |
parent | ca4c7f4f3d80689153d0854a45adb458a2849841 (diff) |
Add rebar3.crashdump to gitignore template
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/templates/gitignore b/priv/templates/gitignore index 121a4de..468614d 100644 --- a/priv/templates/gitignore +++ b/priv/templates/gitignore @@ -14,3 +14,4 @@ erl_crash.dump logs _build .idea +rebar3.crashdump |