.gitignore 295 B

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