summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-29 19:06:24 -0300
committerEuAndreh <eu@euandre.org>2024-10-29 19:06:24 -0300
commit3b0447920545c6de54d4a3a17ad92264efc6374b (patch)
tree87602508389badf608f1960e28479dd721da242d
parentMakefile: Prioritize local version when building and linking (diff)
downloadpapod-3b0447920545c6de54d4a3a17ad92264efc6374b.tar.gz
papod-3b0447920545c6de54d4a3a17ad92264efc6374b.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 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