]> source.dussan.org Git - gitignore.git/commitdiff
Update Erlang.gitignore 2106/head
authorMuromi Ukari <chendianbuji@gmail.com>
Tue, 13 Sep 2016 14:37:43 +0000 (23:37 +0900)
committerGitHub <noreply@github.com>
Tue, 13 Sep 2016 14:37:43 +0000 (23:37 +0900)
/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.

Erlang.gitignore

index 8e46d5a07f8ffd5032ba920be8a26fe64b650535..3826c85736f8cc3ddbc97449ba3b784a4370428e 100644 (file)
@@ -4,7 +4,7 @@ deps
 *.beam
 *.plt
 erl_crash.dump
-ebin
+ebin/*.beam
 rel/example_project
 .concrete/DEV_MODE
 .rebar