From c7e2dea6f6148d0972c0b1f2795910c9a24ac27a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Oct 2024 13:24:52 -0300 Subject: Normalize structure following other projects --- .gitignore | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c7bd2b7..d910245 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,14 @@ -*.prof -*.test -*.swp -/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