summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-29 19:02:15 -0300
committerEuAndreh <eu@euandre.org>2024-10-29 19:02:15 -0300
commit6b3d42409ab5a7aa3994ef92677db0808331a1fb (patch)
treed300320b6eda554f8e9f22ea27690da75b14ce58 /.gitignore
parentMakefile: Simplify time file generation on bench taget dependencies (diff)
downloadgobang-6b3d42409ab5a7aa3994ef92677db0808331a1fb.tar.gz
gobang-6b3d42409ab5a7aa3994ef92677db0808331a1fb.tar.xz
.gitignore: Add pattens for next test artifacts
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1b60c9b..d910245 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,14 @@
/src/version.go
+/*.bin
/src/*.a
+/src/*.bin
/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/