diff options
author | EuAndreh <eu@euandre.org> | 2024-10-07 16:45:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-20 05:40:21 -0300 |
commit | 34c76cb4d35cdee30cf05af7a6025e52f5132c2c (patch) | |
tree | e5053e996040d0f78536375f8df8a6383f6c3717 /.gitignore | |
parent | Makefile: Use generic pattern for db artifacts in $(side-assets) (diff) | |
download | cracha-34c76cb4d35cdee30cf05af7a6025e52f5132c2c.tar.gz cracha-34c76cb4d35cdee30cf05af7a6025e52f5132c2c.tar.xz |
Initial project version
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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/ |