.gitignore 309 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. # Package Files #
  10. *.war
  11. *.ear
  12. *.zip
  13. *.tar.gz
  14. *.rar
  15. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  16. hs_err_pid*
  17. .classpath
  18. .project
  19. .settings
  20. .settings/*