From d3b6a7691f643ef6e38e0f0ce912d0b322681b3d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 3 Nov 2024 13:47:45 -0300 Subject: Setup Makefile project structure with empty src/tre.go source --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8176c47 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +/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/ -- cgit v1.2.3