.gitignore 245 B

12345678910111213141516171819
  1. # Compiled class file
  2. *.class
  3. # Log file
  4. *.log
  5. # BlueJ files
  6. *.ctxt
  7. # tmp files
  8. .idea/*
  9. .DS_Store
  10. # Mobile Tools for Java (J2ME)
  11. .mtj.tmp/
  12. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  13. hs_err_pid*