From d1bed7cdadca23157276c447fee602c807f6ecd2 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Mon, 30 Jan 2017 17:42:26 +0300 Subject: [PATCH] Add patterns for plugins. --- Go.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Go.gitignore b/Go.gitignore index 39438782..57b72cb8 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,5 +1,7 @@ -# Binary on Windows +# Binaries for programs and plugins *.exe +*.dll +*.so # Test binary, build with `go test -c` *.test -- 2.39.5