From 85ade291d40982f75a360ac0ce3ccfa8fe42f5a6 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Wed, 3 Apr 2019 09:59:23 +0200 Subject: [PATCH] exclude binary folders --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b9961940..a35b5300 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ *.so *.dylib +# Output folders +bin/ +_dist/ + # Test binary, build with `go test -c` *.test