From 65d72c4066c5fc3ffbf32735a92e32dbf1d8ddfb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 29 Oct 2024 19:01:35 -0300 Subject: .gitignore: Add pattens for next test artifacts --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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