main: Update .gitignore

- Remove redundant duplication
- Add v3tool executable
- Add harness dir
This commit is contained in:
Jamie Holdstock 2023-06-27 14:03:18 +01:00 committed by GitHub
parent fc0ed6b2c7
commit ac973bd056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
.gitignore vendored
View File

@ -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