diff options
author | EuAndreh <eu@euandre.org> | 2024-10-29 19:05:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-29 19:05:26 -0300 |
commit | c2f7ea8433e4c8e5f9d8579916031c2eba15a651 (patch) | |
tree | e4d9f561bb8501b42bee31309a65c44d1a522d91 | |
parent | .gitignore: Add pattens for next test artifacts (diff) | |
download | binder-c2f7ea8433e4c8e5f9d8579916031c2eba15a651.tar.gz binder-c2f7ea8433e4c8e5f9d8579916031c2eba15a651.tar.xz |
.gitignore: Include pattern for cgo
-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 |