mirror of
https://github.com/vale981/gitignore
synced 2025-03-04 09:21:42 -05:00

/ebin can't be simply ignored because *.app should be put here. [Erlang Applications](http://erlang.org/doc/design_principles/applications.html) > 8.4 Directory Structure > ebin - Contains the Erlang object code, the beam files. The .app file is also placed here.
10 lines
102 B
Text
10 lines
102 B
Text
.eunit
|
|
deps
|
|
*.o
|
|
*.beam
|
|
*.plt
|
|
erl_crash.dump
|
|
ebin/*.beam
|
|
rel/example_project
|
|
.concrete/DEV_MODE
|
|
.rebar
|