From f00c41fd4e6af8cd0db80c118a3bb4abef09604e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 18 Oct 2024 17:54:26 -0300 Subject: Shoehorn project into default golang skeleton structure --- .gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a2c3555..d767e4b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,11 @@ /src/*cgo* /tests/*.a /tests/*.bin -/tests/functional/*.a -/tests/functional/*.bin -/tests/fuzz/*.a -/tests/fuzz/*.bin -/tests/benchmarks/*.a -/tests/benchmarks/*.bin -/tests/benchmarks/*.txt +/tests/functional/*/*.a +/tests/functional/*/*.bin +/tests/fuzz/*/*.a +/tests/fuzz/*/*.bin +/tests/benchmarks/*/*.a +/tests/benchmarks/*/*.bin +/tests/benchmarks/*/*.txt +/tests/fuzz/corpus/ -- cgit v1.2.3