aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-22 11:49:19 -0300
committerEuAndreh <eu@euandre.org>2025-01-22 11:49:19 -0300
commitaba9b883be33fe30f3ace51ce8c36aee18889099 (patch)
treeefb6902ea9f88d46130789e2ec9acbb234b88cd0 /.gitignore
parentRemove unused files (diff)
downloadstm-aba9b883be33fe30f3ace51ce8c36aee18889099.tar.gz
stm-aba9b883be33fe30f3ace51ce8c36aee18889099.tar.xz
Setup Makefile build skeleton
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..094db69
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+/src/version.go
+/*.bin
+/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/