summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-29 19:08:42 -0300
committerEuAndreh <eu@euandre.org>2024-10-31 15:51:31 -0300
commitfc8e9756ccf50403c4bdd08999e445535095ca24 (patch)
treea4c5710fc1e373a8ed2630fe66ec73832a3a3410 /.gitignore
parent.gitignore: Add pattens for next test artifacts (diff)
downloadgobang-fc8e9756ccf50403c4bdd08999e445535095ca24.tar.gz
gobang-fc8e9756ccf50403c4bdd08999e445535095ca24.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 d910245..094db69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
/*.bin
/src/*.a
/src/*.bin
+/src/*cgo*
/tests/*.a
/tests/*.bin
/tests/functional/*/*.a