.gitignore 537 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.dll
  4. *.so
  5. *.dylib
  6. # Test binary, build with `go test -c`
  7. *.test
  8. # Output of the go coverage tool, specifically when used with LiteIDE
  9. *.out
  10. # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
  11. .glide/
  12. data/*
  13. log/*
  14. plugins/sources/*
  15. plugins/sinks/*
  16. plugins/functions/*
  17. .git/
  18. .idea/
  19. .DS_Store
  20. _book
  21. node_modules/
  22. _build
  23. _packages
  24. _plugins
  25. jmeter_logs
  26. kuiper_conf_util
  27. corss_build.tar
  28. corss_build_for_rpm.tar
  29. *.swp
  30. *.history
  31. */**/*.db
  32. .vscode/
  33. tools/lint/bin/