diff options
author | EuAndreh <eu@euandre.org> | 2024-10-29 19:01:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-29 19:01:35 -0300 |
commit | 65d72c4066c5fc3ffbf32735a92e32dbf1d8ddfb (patch) | |
tree | ef3e739f54812f056b1bdf0ad9bcc9dd075a54f1 | |
parent | mkdeps.sh: Fix typo on varlist name (diff) | |
download | glaze-65d72c4066c5fc3ffbf32735a92e32dbf1d8ddfb.tar.gz glaze-65d72c4066c5fc3ffbf32735a92e32dbf1d8ddfb.tar.xz |
.gitignore: Add pattens for next test artifacts
-rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ -/*.bin /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/ |