.gitignore 677 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. target/
  2. .metadata
  3. bin/
  4. tmp/
  5. lib/
  6. *.tmp
  7. *.bak
  8. *.swp
  9. *~.nib
  10. local.properties
  11. .settings/
  12. .loadpath
  13. .recommenders
  14. # Eclipse Core
  15. .project
  16. # External tool builders
  17. .externalToolBuilders/
  18. # Locally stored "Eclipse launch configurations"
  19. *.launch
  20. # PyDev specific (Python IDE for Eclipse)
  21. *.pydevproject
  22. # CDT-specific (C/C++ Development Tooling)
  23. .cproject
  24. # JDT-specific (Eclipse Java Development Tools)
  25. .classpath
  26. # Java annotation processor (APT)
  27. .factorypath
  28. # PDT-specific (PHP Development Tools)
  29. .buildpath
  30. # sbteclipse plugin
  31. .target
  32. # Tern plugin
  33. .tern-project
  34. # TeXlipse plugin
  35. .texlipse
  36. # STS (Spring Tool Suite)
  37. .springBeans
  38. # Code Recommenders
  39. .recommenders/