58c810519f
* cross-compilation: fix darwin * minio without fsnotify * update Gopkg.lock * make release target
40 lines
434 B
Plaintext
40 lines
434 B
Plaintext
# Mac OS X files
|
|
.DS_Store
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.db
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# VSCode
|
|
/.vscode
|
|
debug
|
|
|
|
# Binaries
|
|
./main
|
|
./storj
|
|
|
|
# Jetbrains
|
|
.idea/
|
|
|
|
# vendor
|
|
vendor
|
|
protos/google/*
|
|
|
|
# Test redis log and snapshot files
|
|
*test_redis-server.log
|
|
*dump.rdb
|
|
*test_bolt.db
|
|
|
|
*.coverprofile
|
|
|
|
/release/
|