.gitignore 241 B

1234567891011121314151617
  1. .settings/
  2. .metadata/
  3. bin/
  4. *.class
  5. *.properties
  6. *.classpath
  7. # Mobile Tools for Java (J2ME)
  8. .mtj.tmp/
  9. # Package Files #
  10. *.jar
  11. *.war
  12. *.ear
  13. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  14. hs_err_pid*