You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
217 B

  1. # backups
  2. *.*~
  3. # binary / temporary
  4. *.class
  5. build/
  6. dist/
  7. nbproject/private/
  8. # Package Files #
  9. *.jar
  10. *.war
  11. *.ear
  12. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  13. hs_err_pid*