An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
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.

84 lines
1.1KB

  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. # ---> Eclipse
  21. .metadata
  22. bin/
  23. tmp/
  24. *.tmp
  25. *.bak
  26. *.swp
  27. *~.nib
  28. local.properties
  29. .settings/
  30. .loadpath
  31. .recommenders
  32. # External tool builders
  33. .externalToolBuilders/
  34. # Locally stored "Eclipse launch configurations"
  35. *.launch
  36. # PyDev specific (Python IDE for Eclipse)
  37. *.pydevproject
  38. # CDT-specific (C/C++ Development Tooling)
  39. .cproject
  40. # CDT- autotools
  41. .autotools
  42. # Java annotation processor (APT)
  43. .factorypath
  44. # PDT-specific (PHP Development Tools)
  45. .buildpath
  46. # sbteclipse plugin
  47. .target
  48. # Tern plugin
  49. .tern-project
  50. # TeXlipse plugin
  51. .texlipse
  52. # STS (Spring Tool Suite)
  53. .springBeans
  54. # Code Recommenders
  55. .recommenders/
  56. # Annotation Processing
  57. .apt_generated/
  58. .apt_generated_test/
  59. # Scala IDE specific (Scala & Java development for Eclipse)
  60. .cache-main
  61. .scala_dependencies
  62. .worksheet