提交 f1a8fdde 编写于 作者: M Muromi Ukari 提交者: GitHub

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.
上级 de9da673
...@@ -4,7 +4,7 @@ deps ...@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册