mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
Update Erlang.gitignore
/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.
This commit is contained in:
parent
de9da67331
commit
f1a8fddea2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ deps
|
||||||
*.beam
|
*.beam
|
||||||
*.plt
|
*.plt
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
ebin
|
ebin/*.beam
|
||||||
rel/example_project
|
rel/example_project
|
||||||
.concrete/DEV_MODE
|
.concrete/DEV_MODE
|
||||||
.rebar
|
.rebar
|
||||||
|
|
Loading…
Add table
Reference in a new issue