From 182aeb220dc2ebffc4e22936b19deb50b071d4a2 Mon Sep 17 00:00:00 2001 From: Michael Gerbush Date: Thu, 2 May 2013 23:04:52 -0500 Subject: [PATCH] Reverting change to ignore build subdirectories Reverted a change that was causing build directories at the root folder to show up in git. If you need to ignore subdirectories the leading slash needs to be omitted. --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 31e6fd9a..6a329198 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,6 +1,6 @@ # Xcode .DS_Store -*/build/* +build/ *.pbxuser !default.pbxuser *.mode1v3