From aa3913f649149e66d6916302eec21008e3105973 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Tue, 21 Mar 2017 15:31:49 -0400 Subject: [PATCH] Ignore the /bin folder Bin folder is used for binary generation. Ignore it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9f89dc04..6af7fa24 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ # Ignore compiled Kompose files kompose +bin # # GO SPECIFIC