diff options
author | EuAndreh <eu@euandre.org> | 2024-10-29 19:07:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-29 19:07:27 -0300 |
commit | d3a9e38fe6c30e8dd36e46c1b2943c1db61ca616 (patch) | |
tree | a03ad975d522dc11f176700eb6e3f0c3f97b6ddb /.gitignore | |
parent | .gitignore: Add pattens for next test artifacts (diff) | |
download | untls-d3a9e38fe6c30e8dd36e46c1b2943c1db61ca616.tar.gz untls-d3a9e38fe6c30e8dd36e46c1b2943c1db61ca616.tar.xz |
.gitignore: Include pattern for cgo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ /*.bin /src/*.a /src/*.bin +/src/*cgo* /tests/*.a /tests/*.bin /tests/functional/*/*.a |