diff options
author | EuAndreh <eu@euandre.org> | 2024-11-03 13:47:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-03 13:48:49 -0300 |
commit | d3b6a7691f643ef6e38e0f0ce912d0b322681b3d (patch) | |
tree | f62444289fc894471a28f2825361f6194a945d1b /.gitignore | |
parent | Update CHANGELOG (diff) | |
download | tre-d3b6a7691f643ef6e38e0f0ce912d0b322681b3d.tar.gz tre-d3b6a7691f643ef6e38e0f0ce912d0b322681b3d.tar.xz |
Setup Makefile project structure with empty src/tre.go source
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
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/ |