diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-23 15:07:26 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-23 15:07:26 -0600 |
commit | 4002e571418b7f793b395a76ea88080acfb1a640 (patch) | |
tree | d2ecf3dfcbe853641bbd9492a1174d25bf57ea93 /priv | |
parent | e5717547d518aa70ae299f1a1c11b962f0f85e8e (diff) |
add .rebar3 to gitignore
Diffstat (limited to 'priv')
-rw-r--r-- | priv/templates/gitignore.dtl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/templates/gitignore.dtl b/priv/templates/gitignore.dtl index 9e09bf1..40a1d4f 100644 --- a/priv/templates/gitignore.dtl +++ b/priv/templates/gitignore.dtl @@ -1,3 +1,4 @@ +.rebar3 _* .eunit *.o |