From 34c76cb4d35cdee30cf05af7a6025e52f5132c2c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 7 Oct 2024 16:45:08 -0300 Subject: Initial project version --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c096254..1b9f827 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,15 @@ /src/version.go /*.bin -/*.db +/*.db* /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