From c8e0a42db6cdebe925e2d9eb62e7482fa94ca30c Mon Sep 17 00:00:00 2001 From: beltex Date: Fri, 19 Jun 2015 11:10:24 -0400 Subject: [PATCH] Ignore newly added .xcscmblueprint file New in Xcode 7, seems to be related to source control. Can't find docs on it. For now, seems best to just ignore it. Ref: https://github.com/github/gitignore/pull/1547 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 28c0571..8beb962 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ DerivedData *.hmap *.ipa *.xcuserstate +*.xcscmblueprint # Numerous always-ignore extensions *.diff