From 8f6387ddaa43bdec68149b78a3d47b0c9a6228ea Mon Sep 17 00:00:00 2001 From: zhaocy Date: Fri, 27 May 2022 15:08:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=A6=96=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index f4d432a87..fd4e63acb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,6 @@ # Binaries for programs and plugins *.exe *.exe~ -*.dll -*.so -*.dylib # Test binary, built with `go test -c` *.test From d563b2815ae3673d61f21332c0250905fd034f07 Mon Sep 17 00:00:00 2001 From: zhaocy Date: Fri, 27 May 2022 15:26:59 +0800 Subject: [PATCH 2/2] update --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd4e63acb..aacd81458 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,3 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -# Dependency directories (remove the comment below to include it) -# vendor/ -