From 1bd7a7dbf140f3053d411e64b139d65d140f700e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 29 Oct 2024 19:05:51 -0300 Subject: .gitignore: Include pattern for cgo --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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