123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # Binaries for programs and plugins
- *.exe
- *.dll
- *.so
- *.dylib
- # Test binary, build with `go test -c`
- *.test
- # Output of the go coverage tool, specifically when used with LiteIDE
- *.out
- # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
- .glide/
- data/*
- log/*
- plugins/sources/*
- plugins/sinks/*
- plugins/functions/*
- .git/
- .idea/
- .DS_Store
- _book
- node_modules/
- _build
- _packages
- _plugins
- jmeter_logs
- kuiper_conf_util
- corss_build.tar
- corss_build_for_rpm.tar
- *.swp
- *.history
- */**/*.db
- .vscode/
- tools/lint/bin/
|