.gitignore 841 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # reference to https://github.com/github/gitignore
  2. testdata/
  3. # Java gitignore #
  4. .class
  5. .log
  6. # Package Files #
  7. *.war
  8. *.ear
  9. #hsf files
  10. configuration
  11. # maven gitignore#
  12. target/**
  13. .svn/
  14. # intelliJ.gitignore #
  15. *.iml
  16. *.ipr
  17. *.iws
  18. *.bat
  19. # Eclipse git ignore#
  20. *.pydevproject
  21. .project
  22. .metadata
  23. bin/**
  24. */bin/**
  25. tmp/**
  26. tmp/**/*
  27. configuration/**
  28. *.tmp
  29. *.bak
  30. *.orig
  31. *.swp
  32. *~.nib
  33. .classpath
  34. .settings/
  35. .loadpath
  36. .fileTable*
  37. .cache
  38. # External tool builders
  39. .externalToolBuilders/
  40. # Locally stored "Eclipse launch configurations"
  41. *.launch
  42. # CDT-specific
  43. .cproject
  44. # PDT-specific
  45. .buildpath
  46. #log
  47. *.log
  48. *.log.*
  49. # Windows Thumbs.db
  50. *.db
  51. # OSX
  52. .DS_Store
  53. # sass gitignore#
  54. .sass-cache
  55. .idea
  56. .vscode
  57. # tcc_coverage
  58. coverage.ec
  59. config.client.*
  60. temp/
  61. *.pid
  62. *.orig
  63. hsf.configuration/
  64. # code coverage report
  65. *.ec
  66. #hsf test
  67. *.instance
  68. /target/