summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-29 19:08:04 -0300
committerEuAndreh <eu@euandre.org>2024-10-29 19:08:04 -0300
commit0943b515f255d82960d2e3653a338b4b5ff5588b (patch)
tree51a49db8a1443e89918de4f0c1f32e1593e3842d /.gitignore
parentsrc/cracha.go: Use PoolRunner() and Result type from gobang (diff)
downloadcracha-0943b515f255d82960d2e3653a338b4b5ff5588b.tar.gz
cracha-0943b515f255d82960d2e3653a338b4b5ff5588b.tar.xz
.gitignore: Include pattern for cgo
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1b9f827..83a2521 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
/*.db*
/src/*.a
/src/*.bin
+/src/*cgo*
/tests/*.a
/tests/*.bin
/tests/functional/*/*.a