# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
flow-service
flow-service-docker
completer
completer-docker
main
data
# 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/

# No need for the lock file as we're vendoring the deps
glide.lock

# Emacs
.\#*

# IDE stuff
.idea/
.wercker

# MacOSX files
**/.DS_Store

