diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-17 08:52:49 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-17 08:52:49 -0500 |
commit | 48769e75c224ccd8e04df250b86b50540270ce9a (patch) | |
tree | d4a094d9c82b73a9d57594b366f92fd32d6e7ff7 /priv/templates/gitignore | |
parent | 7d43d0e092be4fff0496e8c3522fbd526074b37f (diff) |
wip: move to erlydtl for rebar templates
Diffstat (limited to 'priv/templates/gitignore')
-rw-r--r-- | priv/templates/gitignore | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/priv/templates/gitignore b/priv/templates/gitignore deleted file mode 100644 index 79ae0fb..0000000 --- a/priv/templates/gitignore +++ /dev/null @@ -1,13 +0,0 @@ -.eunit -deps -priv -*.o -*.beam -*.plt -.erlang.cookie -ebin -log -erl_crash.dump -.rebar -_rel -logs |