diff options
author | EuAndreh <eu@euandre.org> | 2024-10-29 19:08:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-31 15:51:31 -0300 |
commit | fc8e9756ccf50403c4bdd08999e445535095ca24 (patch) | |
tree | a4c5710fc1e373a8ed2630fe66ec73832a3a3410 /.gitignore | |
parent | .gitignore: Add pattens for next test artifacts (diff) | |
download | gobang-fc8e9756ccf50403c4bdd08999e445535095ca24.tar.gz gobang-fc8e9756ccf50403c4bdd08999e445535095ca24.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 |