From 56ff0b514c081882eeadf87edb5125554e024f65 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Sat, 4 Jan 2014 15:33:59 -0500 Subject: [PATCH] Changed ignore to include all build folders starting with /build* --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 84c048a73..0ec9e7f98 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/build/ +/build*