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.

Eclipse.gitignore 738B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .metadata
  2. bin/
  3. tmp/
  4. *.tmp
  5. *.bak
  6. *.swp
  7. *~.nib
  8. local.properties
  9. .settings/
  10. .loadpath
  11. .recommenders
  12. # Eclipse Core
  13. .project
  14. # External tool builders
  15. .externalToolBuilders/
  16. # Locally stored "Eclipse launch configurations"
  17. *.launch
  18. # PyDev specific (Python IDE for Eclipse)
  19. *.pydevproject
  20. # CDT-specific (C/C++ Development Tooling)
  21. .cproject
  22. # JDT-specific (Eclipse Java Development Tools)
  23. .classpath
  24. # Java annotation processor (APT)
  25. .factorypath
  26. # PDT-specific (PHP Development Tools)
  27. .buildpath
  28. # sbteclipse plugin
  29. .target
  30. # Tern plugin
  31. .tern-project
  32. # TeXlipse plugin
  33. .texlipse
  34. # STS (Spring Tool Suite)
  35. .springBeans
  36. # Code Recommenders
  37. .recommenders/
  38. # Scala IDE specific (Scala & Java development for Eclipse)
  39. .cache-main