storj/.gitignore
Jennifer Li Johnson 8d779d3d3e Disconnects nodeclient, routing table dbs when done with kademlia (#507)
* disconnect from nodeclient

* cleanup connections in tests

* kademlia disconnects from nodeclient

* updating disconnect method for mocks

* creates separate disconnect and removeAll methods for tests

* adds init to connection pool

* fix folder cleanup and disconnect

* creates and cleans up test db files and disconnects kad

* removes db/.keep

* includes disconnect within cleanup methods

* creates public init method on connection pool to handle mutex copy issues

* remove all after disconnect

* pair creation and destruction

* checks disconnect error

* remove ctx

* fixes mock kad
2018-10-26 10:07:02 -04:00

52 lines
587 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
*.prof
# 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
*.coverprofile
*.log
/release/
*.swp
satellite_*
storagenode_*
uplink_*
*.svg
big-upload-testfile
big-download-testfile
small-upload-testfile
small-download-testfile
/bin
resource.syso