.gitignore 738 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. *.class
  2. *.ctxt
  3. # Mobile Tools for Java (J2ME)
  4. .mtj.tmp/
  5. # Package Files #
  6. *.jar
  7. *.war
  8. *.ear
  9. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  10. hs_err_pid*
  11. # =========================
  12. # Operating System Files
  13. # =========================
  14. # OSX
  15. # =========================
  16. .DS_Store
  17. .AppleDouble
  18. .LSOverride
  19. # Icon must ends with two \r.
  20. Icon
  21. # Thumbnails
  22. ._*
  23. # Files that might appear on external disk
  24. .Spotlight-V100
  25. .Trashes
  26. # Windows
  27. # =========================
  28. # Windows image file caches
  29. Thumbs.db
  30. ehthumbs.db
  31. # Folder config file
  32. Desktop.ini
  33. # Recycle Bin used on file shares
  34. $RECYCLE.BIN/
  35. # Windows Installer files
  36. *.cab
  37. *.msi
  38. *.msm
  39. *.msp