From 6b3d42409ab5a7aa3994ef92677db0808331a1fb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 29 Oct 2024 19:02:15 -0300 Subject: .gitignore: Add pattens for next test artifacts --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1b60c9b..d910245 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,14 @@ /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