.gitignore 709 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .classpath
  2. .project
  3. .settings
  4. <<<<<<< HEAD
  5. =======
  6. >>>>>>> cr/develop
  7. #java
  8. *.class
  9. # Mobile Tools for Java (J2ME)
  10. .mtj.tmp/
  11. # Package Files #
  12. *.jar
  13. *.war
  14. *.ear
  15. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  16. hs_err_pid*
  17. #eclipse
  18. *.pydevproject
  19. .metadata
  20. .gradle
  21. bin/
  22. tmp/
  23. *.tmp
  24. *.bak
  25. *.swp
  26. *~.nib
  27. local.properties
  28. .settings/
  29. .loadpath
  30. #log
  31. *.log
  32. # External tool builders
  33. .externalToolBuilders/
  34. # Locally stored "Eclipse launch configurations"
  35. *.launch
  36. # CDT-specific
  37. .cproject
  38. # PDT-specific
  39. .buildpath
  40. # sbteclipse plugin
  41. .target
  42. # TeXlipse plugin
  43. .texlipse
  44. target
  45. <<<<<<< HEAD
  46. #Intellij
  47. .idea
  48. *.iml
  49. =======
  50. #Intellije
  51. .idea
  52. *.iml
  53. >>>>>>> cr/develop