Files
gocqlx/.gitignore
Michał Matczuk c4a576ccbb Added vendor dir to .gitignore
Signed-off-by: Michał Matczuk <michal@scylladb.com>
2019-11-07 16:13:50 -08:00

15 lines
209 B
Plaintext

# 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
# Go vendor dir
vendor