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 947B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .metadata
  2. bin/
  3. tmp/
  4. *.tmp
  5. *.bak
  6. *.swp
  7. *~.nib
  8. local.properties
  9. .settings/
  10. .loadpath
  11. .recommenders
  12. # External tool builders
  13. .externalToolBuilders/
  14. # Locally stored "Eclipse launch configurations"
  15. *.launch
  16. # PyDev specific (Python IDE for Eclipse)
  17. *.pydevproject
  18. # CDT-specific (C/C++ Development Tooling)
  19. .cproject
  20. # CDT- autotools
  21. .autotools
  22. # Java annotation processor (APT)
  23. .factorypath
  24. # PDT-specific (PHP Development Tools)
  25. .buildpath
  26. # sbteclipse plugin
  27. .target
  28. # Tern plugin
  29. .tern-project
  30. # TeXlipse plugin
  31. .texlipse
  32. # STS (Spring Tool Suite)
  33. .springBeans
  34. # Code Recommenders
  35. .recommenders/
  36. # Annotation Processing
  37. .apt_generated/
  38. .apt_generated_test/
  39. # Scala IDE specific (Scala & Java development for Eclipse)
  40. .cache-main
  41. .scala_dependencies
  42. .worksheet
  43. # Uncomment this line if you wish to ignore the project description file.
  44. # Typically, this file would be tracked if it contains build/dependency configurations:
  45. #.project