From c208d8de66e334f3cdb5cf3bffa160d3bedcd166 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 29 May 2014 17:51:27 -0700 Subject: [PATCH] Ignore the bin dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3b7a7c264..a144d2e11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.dll *.exe example.tf +bin/ vendor/