diff options
author | EuAndreh <eu@euandre.org> | 2024-10-29 19:08:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-29 19:08:04 -0300 |
commit | 0943b515f255d82960d2e3653a338b4b5ff5588b (patch) | |
tree | 51a49db8a1443e89918de4f0c1f32e1593e3842d /.gitignore | |
parent | src/cracha.go: Use PoolRunner() and Result type from gobang (diff) | |
download | cracha-0943b515f255d82960d2e3653a338b4b5ff5588b.tar.gz cracha-0943b515f255d82960d2e3653a338b4b5ff5588b.tar.xz |
.gitignore: Include pattern for cgo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ /*.db* /src/*.a /src/*.bin +/src/*cgo* /tests/*.a /tests/*.bin /tests/functional/*/*.a |