From 540fe11f57dba7a036c6d1afdaebe03da119bc6b Mon Sep 17 00:00:00 2001 From: Pierre GOUDJO Date: Wed, 14 Aug 2013 17:20:20 +0200 Subject: [PATCH] Exclude all build directories */build/* maybe excludes file in subdirectories but file in project root are visibile with git status. It can be usefull when project is builded by xcodebuild instead of xcode directly --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ebbef4bd..6b67e563 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,6 +1,6 @@ # Xcode .DS_Store -*/build/* +build *.pbxuser !default.pbxuser *.mode1v3