.gitignore 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Eclipse template
  3. .idea
  4. .metadata
  5. bin/
  6. tmp/
  7. *.tmp
  8. *.bak
  9. *.swp
  10. *~.nib
  11. local.properties
  12. .settings/
  13. .loadpath
  14. .recommenders
  15. # External tool builders
  16. .externalToolBuilders/
  17. # Locally stored "Eclipse launch configurations"
  18. *.launch
  19. # PyDev specific (Python IDE for Eclipse)
  20. *.pydevproject
  21. # CDT-specific (C/C++ Development Tooling)
  22. .cproject
  23. # CDT- autotools
  24. .autotools
  25. # Java annotation processor (APT)
  26. .factorypath
  27. # PDT-specific (PHP Development Tools)
  28. .buildpath
  29. # sbteclipse plugin
  30. .target
  31. # Tern plugin
  32. .tern-project
  33. # TeXlipse plugin
  34. .texlipse
  35. # STS (Spring Tool Suite)
  36. .springBeans
  37. # Code Recommenders
  38. .recommenders/
  39. # Annotation Processing
  40. .apt_generated/
  41. .apt_generated_test/
  42. # Scala IDE specific (Scala & Java development for Eclipse)
  43. .cache-main
  44. .scala_dependencies
  45. .worksheet
  46. # Uncomment this line if you wish to ignore the project description file.
  47. # Typically, this file would be tracked if it contains build/dependency configurations:
  48. #.project
  49. ### Java template
  50. # Compiled class file
  51. *.class
  52. # Log file
  53. *.log
  54. # BlueJ files
  55. *.ctxt
  56. # Mobile Tools for Java (J2ME)
  57. .mtj.tmp/
  58. # Package Files #
  59. *.jar
  60. *.war
  61. *.nar
  62. *.ear
  63. *.zip
  64. *.tar.gz
  65. *.rar
  66. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  67. hs_err_pid*