.gitignore 715 B

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