diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2016-12-10 12:14:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-10 12:14:14 -0500 |
commit | 95777507a5bc96e310c9f553e55da474711dc81a (patch) | |
tree | 7dc93065f2602ec8af303977f4deed7c9cc9584d | |
parent | ca4c7f4f3d80689153d0854a45adb458a2849841 (diff) | |
parent | 5b9bd7a10283fba4c3bac5a153b3937a73492752 (diff) |
Merge pull request #1413 from ates/rebar3.crashdump-gitignore
Add rebar3.crashdump to gitignore template
-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 |