Skip to content

Commit

Permalink
Add rebar3 tool files and directories (github#3178)
Browse files Browse the repository at this point in the history
* Add rebar3 tool files and directories

* Add headers to specify tools artifacts
  • Loading branch information
AntoineGagne authored and shiftkey committed Sep 16, 2019
1 parent 0a7dc39 commit 0d7600f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions Erlang.gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
.eunit
deps
*.o
*.beam
*.plt
erl_crash.dump
ebin/*.beam
rel/example_project
.concrete/DEV_MODE

# rebar 2.x
.rebar
rel/example_project
ebin/*.beam
deps

# rebar 3
.rebar3
_build/
_checkouts/

0 comments on commit 0d7600f

Please sign in to comment.