From 8b410347a667a1bf1b2297b42fee0add9546556d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 19 Dec 2016 17:12:11 +0100 Subject: [PATCH] Add GoBuilds to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f72d3ad7a..de359fc21 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ cover.out *~ vendor/*/ *.bench -coverage*.out \ No newline at end of file +coverage*.out + +GoBuilds \ No newline at end of file