vspd/.gitignore
Jamie Holdstock ac973bd056
main: Update .gitignore
- Remove redundant duplication
- Add v3tool executable
- Add harness dir
2023-06-27 14:03:18 +01:00

26 lines
296 B
Plaintext

# Executables built by this repo.
vspd.exe
vspd
vote-validator.exe
vote-validator
v3tool.exe
v3tool
vote-validator.log
# Harness dir.
vspd-harness/
# Testing, profiling, and benchmarking artifacts
cov.out
*cpu.out
*mem.out
webapi/test.db
database/test.db
# Go workspace
go.work
go.work.sum