Eclipse 458 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. *.pydevproject
  2. .metadata
  3. .gradle
  4. bin/
  5. tmp/
  6. *.tmp
  7. *.bak
  8. *.swp
  9. *~.nib
  10. local.properties
  11. .settings/
  12. .loadpath
  13. # Eclipse Core
  14. .project
  15. # External tool builders
  16. .externalToolBuilders/
  17. # Locally stored "Eclipse launch configurations"
  18. *.launch
  19. # CDT-specific
  20. .cproject
  21. # JDT-specific (Eclipse Java Development Tools)
  22. .classpath
  23. # Java annotation processor (APT)
  24. .factorypath
  25. # PDT-specific
  26. .buildpath
  27. # sbteclipse plugin
  28. .target
  29. # TeXlipse plugin
  30. .texlipse