From 392a91e792dbfcbf87fafa0dd0bc4c641771d12f Mon Sep 17 00:00:00 2001 From: Vasyl Liutikov Date: Mon, 27 Aug 2012 14:00:59 +0300 Subject: [PATCH 1/2] add *.hmap --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 89c499e4..ff37636b 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -16,3 +16,4 @@ profile *.moved-aside DerivedData .idea/ +*.hmap From 74e12d9cb7cb1045f3ea4916a3cc1c4f98f7c33f Mon Sep 17 00:00:00 2001 From: Vasyl Liutikov Date: Mon, 27 Aug 2012 14:01:57 +0300 Subject: [PATCH 2/2] ignore all build directories in subdirectories --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ff37636b..7697b30c 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,6 +1,6 @@ # Xcode .DS_Store -build/ +*/build/* *.pbxuser !default.pbxuser *.mode1v3