summaryrefslogtreecommitdiffstats
path: root/options/gitignore/Erlang
blob: 751a61d1a14668f17ccb740755ab549e2aa2b337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.eunit
*.o
*.beam
*.plt
erl_crash.dump
.concrete/DEV_MODE

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

# rebar 3
.rebar3
_build/
_checkouts/