From 6cbb1cdd02f535d53eb1acbd645a39781be29430 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 29 Oct 2024 19:07:35 -0300 Subject: .gitignore: Include pattern for cgo --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3