main: Update .gitignore
- Remove redundant duplication - Add v3tool executable - Add harness dir
This commit is contained in:
parent
fc0ed6b2c7
commit
ac973bd056
23
.gitignore
vendored
23
.gitignore
vendored
@ -1,21 +1,24 @@
|
|||||||
./vspd.exe
|
# Executables built by this repo.
|
||||||
./vspd
|
vspd.exe
|
||||||
./cmd/vspd/vspd.exe
|
vspd
|
||||||
./cmd/vspd/vspd
|
|
||||||
|
|
||||||
./vote-validator.exe
|
vote-validator.exe
|
||||||
./vote-validator
|
vote-validator
|
||||||
./cmd/vote-validator/vote-validator.exe
|
|
||||||
./cmd/vote-validator/vote-validator
|
v3tool.exe
|
||||||
|
v3tool
|
||||||
|
|
||||||
vote-validator.log
|
vote-validator.log
|
||||||
|
|
||||||
|
# Harness dir.
|
||||||
|
vspd-harness/
|
||||||
|
|
||||||
# Testing, profiling, and benchmarking artifacts
|
# Testing, profiling, and benchmarking artifacts
|
||||||
cov.out
|
cov.out
|
||||||
*cpu.out
|
*cpu.out
|
||||||
*mem.out
|
*mem.out
|
||||||
/webapi/test.db
|
webapi/test.db
|
||||||
/database/test.db
|
database/test.db
|
||||||
|
|
||||||
# Go workspace
|
# Go workspace
|
||||||
go.work
|
go.work
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user