vspd/.gitignore
Jamie Holdstock 11401c5369
Move vspd into cmd directory. (#352)
* Update linter to 1.49.0

* Move vspd into cmd directory.

This is standard practise in Decred golang repos. Especially useful when multiple executables are built from a single repo.

* Ignore bins in new dir.
2022-09-27 08:54:23 -05:00

17 lines
225 B
Plaintext

./vspd.exe
./vspd
./cmd/vspd/vspd.exe
./cmd/vspd/vspd
# Testing, profiling, and benchmarking artifacts
cov.out
*cpu.out
*mem.out
/webapi/test.db
/database/test.db
/database/test.db-backup
# Go workspace
go.work
go.work.sum