소스 검색

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.
pull/2106/head
Muromi Ukari 7 년 전
부모
커밋
f1a8fddea2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Erlang.gitignore

+ 1
- 1
Erlang.gitignore 파일 보기

@@ -4,7 +4,7 @@ deps
*.beam
*.plt
erl_crash.dump
ebin
ebin/*.beam
rel/example_project
.concrete/DEV_MODE
.rebar

Loading…
취소
저장