aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-11-03 13:47:45 -0300
committerEuAndreh <eu@euandre.org>2024-11-03 13:48:49 -0300
commitd3b6a7691f643ef6e38e0f0ce912d0b322681b3d (patch)
treef62444289fc894471a28f2825361f6194a945d1b /.gitignore
parentUpdate CHANGELOG (diff)
downloadtre-d3b6a7691f643ef6e38e0f0ce912d0b322681b3d.tar.gz
tre-d3b6a7691f643ef6e38e0f0ce912d0b322681b3d.tar.xz
Setup Makefile project structure with empty src/tre.go source
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
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/