summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-29 19:05:26 -0300
committerEuAndreh <eu@euandre.org>2024-10-29 19:05:26 -0300
commitc2f7ea8433e4c8e5f9d8579916031c2eba15a651 (patch)
treee4d9f561bb8501b42bee31309a65c44d1a522d91
parent.gitignore: Add pattens for next test artifacts (diff)
downloadbinder-c2f7ea8433e4c8e5f9d8579916031c2eba15a651.tar.gz
binder-c2f7ea8433e4c8e5f9d8579916031c2eba15a651.tar.xz
.gitignore: Include pattern for cgo
-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