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