mirror of
https://github.com/github/gitignore
synced 2024-10-31 17:18:45 +01:00
f1a8fddea2
/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.
11 lines
102 B
Plaintext
11 lines
102 B
Plaintext
.eunit
|
|
deps
|
|
*.o
|
|
*.beam
|
|
*.plt
|
|
erl_crash.dump
|
|
ebin/*.beam
|
|
rel/example_project
|
|
.concrete/DEV_MODE
|
|
.rebar
|