From 694ed7d17a7140734c649d9f7bc2c09061301474 Mon Sep 17 00:00:00 2001 From: hhu67 Date: Wed, 10 Jun 2026 01:37:20 +0300 Subject: [PATCH] update go/.gitignore --- go/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go/.gitignore b/go/.gitignore index 5785a35..a1ded48 100644 --- a/go/.gitignore +++ b/go/.gitignore @@ -1,3 +1,4 @@ .vscode .env -.*.go.swp \ No newline at end of file +.*.go.swp +*.so \ No newline at end of file