You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Erlang.gitignore 154B

1234567891011121314151617
  1. .eunit
  2. *.o
  3. *.beam
  4. *.plt
  5. erl_crash.dump
  6. .concrete/DEV_MODE
  7. # rebar 2.x
  8. .rebar
  9. rel/example_project
  10. ebin/*.beam
  11. deps
  12. # rebar 3
  13. .rebar3
  14. _build/
  15. _checkouts/