From ac973bd056173655d265b49abd497e0cc9abae27 Mon Sep 17 00:00:00 2001 From: Jamie Holdstock Date: Tue, 27 Jun 2023 14:03:18 +0100 Subject: [PATCH] main: Update .gitignore - Remove redundant duplication - Add v3tool executable - Add harness dir --- .gitignore | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 54bfd87..faebcb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,24 @@ -./vspd.exe -./vspd -./cmd/vspd/vspd.exe -./cmd/vspd/vspd +# Executables built by this repo. +vspd.exe +vspd -./vote-validator.exe -./vote-validator -./cmd/vote-validator/vote-validator.exe -./cmd/vote-validator/vote-validator +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 +webapi/test.db +database/test.db # Go workspace go.work