From 57da97f0d3a5c2b6684bfb51b8d4330f5d00f8db Mon Sep 17 00:00:00 2001 From: Eric Barr Date: Mon, 17 Jun 2013 00:11:14 -0700 Subject: [PATCH] Ignore all build-* dirs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6f10045f4..a0b1db671 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # ignore directories created for the build process bin/ build/ +build-*/ build-deps/ vendor/ docs/