.gitignore 313 B

1234567891011121314151617181920212223242526
  1. # Compiled class file
  2. *.class
  3. # Log file
  4. *.log
  5. # BlueJ files
  6. *.ctxt
  7. # Mobile Tools for Java (J2ME)
  8. .mtj.tmp/
  9. .idea/
  10. **/src/test/**
  11. target/
  12. # Package Files #
  13. *.jar
  14. *.war
  15. *.nar
  16. *.ear
  17. *.zip
  18. *.tar.gz
  19. *.rar
  20. *.iml
  21. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  22. hs_err_pid*