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

123456789101112131415161718192021222324252627282930
  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. # External tool builders
  14. .externalToolBuilders/
  15. # Locally stored "Eclipse launch configurations"
  16. *.launch
  17. # CDT-specific
  18. .cproject
  19. # PDT-specific
  20. .buildpath
  21. # sbteclipse plugin
  22. .target
  23. # TeXlipse plugin
  24. .texlipse