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.

40 lines
621 B

2 years ago
  1. # ---> Java
  2. # Compiled class file
  3. *.class
  4. # Log file
  5. *.log
  6. # BlueJ files
  7. *.ctxt
  8. # Mobile Tools for Java (J2ME)
  9. .mtj.tmp/
  10. # Package Files #
  11. *.jar
  12. *.war
  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. # ---> Linux
  21. *~
  22. # temporary files which can be created if a process still has a handle open of a deleted file
  23. .fuse_hidden*
  24. # KDE directory preferences
  25. .directory
  26. # Linux trash folder which might appear on any partition or disk
  27. .Trash-*
  28. # .nfs files are created when an open file is removed but is still being accessed
  29. .nfs*