.gitignore 362 B

12345678910111213141516171819202122232425262728293031323334
  1. # Compiled class file
  2. *.class
  3. # Log file
  4. *.log
  5. # BlueJ files
  6. *.ctxt
  7. # Mobile Tools for Java (J2ME)
  8. .mtj.tmp/
  9. # Package Files #
  10. *.war
  11. *.jar
  12. !/mirai-debug/lib/jpcap.jar
  13. *.nar
  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. .idea/
  21. *.iml
  22. mirai.iml
  23. /.idea/
  24. .idea/*
  25. /.idea/*
  26. /test