.gitignore 474 B

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