vspd/.gitignore
jholdstock 7a30e22d0a main: Update gitignore to only ignore executables.
A line such as "v3tool" is not specific enough as it does not only
ignore files named "v3tool", but also directories. This is problematic
when adding new files to the directory "/cmd/v3tool/".
2023-08-18 14:31:19 +01:00

32 lines
452 B
Plaintext

# Executables built by this repo.
/cmd/vspd/vspd.exe
/cmd/vspd/vspd
/vspd.exe
/vspd
/cmd/vote-validator/vote-validator.exe
/cmd/vote-validator/vote-validator
/vote-validator.exe
/vote-validator
/cmd/v3tool/v3tool.exe
/cmd/v3tool/v3tool
/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