From 14e63a75ce2f85654c6d4fc1a4cff3ff64230c62 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Fri, 1 Feb 2013 11:20:38 -0800 Subject: [PATCH] Ignore any build folder Before build folders under Support wouldn't get ignored. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d0f3b76efd..ebc78fd0c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Xcode -build/* +build *.pbxuser !default.pbxuser *.mode?v3 @@ -20,4 +20,4 @@ profile profile documentation/ -Products/ \ No newline at end of file +Products/