From 2ce4f876734df9adcae7c7d3e558f8bcfd37cb52 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 10 May 2025 16:30:42 -0300 Subject: Setup Go skeleton --- .gitignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 45d62d8..d6ef39d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,16 @@ -*.sw? +/src/version.go +/*.bin +/*.db +/src/*.a +/src/*.bin +/src/*cgo* +/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