Skip to content

Commit

Permalink
Consolidate git ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbrino committed Apr 26, 2019
1 parent 76ce8d1 commit cd746c0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 21 deletions.
18 changes: 11 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
/ebin
/hut.d
/deps
/.erlang.mk
hexer
hexer.config
/_build
ebin/
/hut.d/
deps/
.erlang.mk/
_build/
log/
rebar.lock
/.hut.plt
erl_crash.dump
rebar3.crashdump
/examples/rebar3/rebar3
/examples/rebar3/rebar.config
/examples/basic/hut_example.d/
5 changes: 0 additions & 5 deletions examples/basic/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion examples/elixir/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions examples/rebar3/.gitignore

This file was deleted.

9 changes: 8 additions & 1 deletion src/hut.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@
{maintainers, ["tolbrino"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/tolbrino/hut"}]},
{build_tools, ["erlang.mk", "rebar", "rebar3"]}
{build_tools, ["erlang.mk", "rebar", "rebar3"]},
{include_files,
[
"Makefile",
"erlang.mk",
"CHANGELOG.md",
"examples"
]}
]}.

0 comments on commit cd746c0

Please sign in to comment.