diff options
author | EuAndreh <eu@euandre.org> | 2024-10-29 19:07:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-29 19:07:35 -0300 |
commit | 6cbb1cdd02f535d53eb1acbd645a39781be29430 (patch) | |
tree | aac1eb41c6c2199f2075b4c8732757b620ae3d9c | |
parent | .gitignore: Add pattens for next test artifacts (diff) | |
download | wscat-6cbb1cdd02f535d53eb1acbd645a39781be29430.tar.gz wscat-6cbb1cdd02f535d53eb1acbd645a39781be29430.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 |