From 9b3458e7d263b1535716ed30e27e6507ee9b3c91 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 18 Oct 2024 08:52:08 -0300 Subject: Add baseline functional test, fuzz target and benchmark --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f4905f3..d910245 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,14 @@ -/*.bin /src/version.go +/*.bin /src/*.a /src/*.bin /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/fuzz/corpus/ -- cgit v1.2.3