From a8a52c5a7f7db637287a43ca3092922fb1b5da39 Mon Sep 17 00:00:00 2001 From: ShaoBo Wan Date: Mon, 16 Apr 2018 19:58:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=20Go.gitignore=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 26e91ef..6dfc717 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,15 @@ -Golang-tutorial* -*.tar.gz -*.exe +# IDE .idea + +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out \ No newline at end of file