storj/.gitignore
Dennis Coyle dee2c137c8
Remove BKAD dependency from pkg/kademlia (#294)
* slowly but surely

* hardcode ID for tests so we can get predictable results

* skipping bad test

* removing tests of bkad

* wip

* new algorithm for worker

* clean up

* remove skipped test

* changes

* uncomment

* fixed conflicts

* maybe done ?

* cleanup

* boot bkad

* wip

* cleanup

* undo change

* fixes

* wip

* wip

* moving nodeID around

* wip

* wip

* fixes

* fixes after merge

* added TODO

* fixed tests post identity

* linter fixes

* wip

* PR review comments

* wip

* fixing tests

* fix tests

* force db directory

* bad test

* fixes race condition

* small cleanups

* adding db folder

* testing

* wip

* cleanup

* cleanup

* linters

* export Restrict

* add timeout

* testing

* linters

* forgot one

* moar fixes from master merge

* PR comments

* moar PR comments

* removed stun flag

* remove duplicate declaration

* remove old tests

* remove timeout

* fix tests

* missed one

* changed StringToID >> IDFromString

* PR comments

* stupid linter

* moevd overlay mock

* fixed merge conflicts

* fixes

* linter
2018-10-08 11:09:37 -04:00

53 lines
610 B
Plaintext

# Mac OS X files
.DS_Store
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
*.db
pkg/kademlia/db/*.db
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
*test_bolt.db
*.coverprofile
*.log
/release/
*.swp
satellite_*
storagenode_*
uplink_*
*.svg
big-upload-testfile
big-download-testfile
small-upload-testfile
small-download-testfile
/bin