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

1234567891011121314151617181920212223242526
  1. *.pydevproject
  2. .project
  3. .metadata
  4. bin/**
  5. tmp/**
  6. tmp/**/*
  7. *.tmp
  8. *.bak
  9. *.swp
  10. *~.nib
  11. local.properties
  12. .classpath
  13. .settings/
  14. .loadpath
  15. # External tool builders
  16. .externalToolBuilders/
  17. # Locally stored "Eclipse launch configurations"
  18. *.launch
  19. # CDT-specific
  20. .cproject
  21. # PDT-specific
  22. .buildpath