From 6c4eb1aa31b670d32910d4881b0801eac8265057 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 3 Nov 2024 10:15:49 -0300 Subject: Setup Makefile project structure with empty src/urubu.go source --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 47b3d13..fb07bbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,21 @@ +/src/version.go +/*.bin +/*.db* +/src/*.a +/src/*.bin +/src/*cgo* +/tests/*.a +/tests/*.bin +/tests/functional/*/*.a +/tests/functional/*/*.bin +/tests/functional/*/*.go.db* +/tests/fuzz/*/*.a +/tests/fuzz/*/*.bin +/tests/benchmarks/*/*.a +/tests/benchmarks/*/*.bin +/tests/benchmarks/*/*.txt +/tests/fuzz/corpus/ + + + spec/grammar/clexspec.json -- cgit v1.2.3