diff options
author | EuAndreh <eu@euandre.org> | 2024-10-29 19:03:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-29 19:03:55 -0300 |
commit | ccb5ef76b6d361b82ee4b7e0b5c97673569e4a1a (patch) | |
tree | 54d69b26e6cf89d585fb82da05a6f3ab7a259689 /.gitignore | |
parent | mkdeps.sh: Fix typo on varlist name (diff) | |
download | untls-ccb5ef76b6d361b82ee4b7e0b5c97673569e4a1a.tar.gz untls-ccb5ef76b6d361b82ee4b7e0b5c97673569e4a1a.tar.xz |
.gitignore: Add pattens for next test artifacts
Diffstat (limited to '.gitignore')
-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/ |