.gitignore 399 B

12345678910111213141516171819202122232425262728293031
  1. # Compiled class file
  2. *.class
  3. *.classpath
  4. *.factorypath
  5. # Log file
  6. *.log
  7. # BlueJ files
  8. *.ctxt
  9. # Mobile Tools for Java (J2ME)
  10. .mtj.tmp/
  11. # Package Files #
  12. *.jar
  13. *.war
  14. *.ear
  15. *.zip
  16. *.tar.gz
  17. *.rar
  18. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  19. hs_err_pid*
  20. # IDE Files #
  21. *.iml
  22. .idea
  23. .idea/
  24. .project
  25. .settings
  26. target
  27. .DS_Store
  28. # temp ignore
  29. *.cache
  30. *.diff
  31. *.patch