summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-07 16:45:08 -0300
committerEuAndreh <eu@euandre.org>2024-10-20 05:40:21 -0300
commit34c76cb4d35cdee30cf05af7a6025e52f5132c2c (patch)
treee5053e996040d0f78536375f8df8a6383f6c3717 /.gitignore
parentMakefile: Use generic pattern for db artifacts in $(side-assets) (diff)
downloadcracha-34c76cb4d35cdee30cf05af7a6025e52f5132c2c.tar.gz
cracha-34c76cb4d35cdee30cf05af7a6025e52f5132c2c.tar.xz
Initial project version
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c096254..1b9f827 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,15 @@
/src/version.go
/*.bin
-/*.db
+/*.db*
/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/