.gitignore 276 B

12345678910111213141516171819202122
  1. .eunit
  2. deps
  3. *.o
  4. *.beam
  5. *.plt
  6. doc/*.html
  7. doc/edoc-info
  8. doc/erlang.png
  9. doc/stylesheet.css
  10. erl_crash.dump
  11. ebin
  12. rel/example_project
  13. .concrete/DEV_MODE
  14. .rebar
  15. cover
  16. *.coverdata
  17. tests.output
  18. test/ct.cover.spec
  19. test/ssl/ca*
  20. test/ssl/server*
  21. test/ssl/my-ssl.cnf
  22. test/ssl/my-ssl.cnf-e