From 94817734a64c1cd74acdb9a5e0333baddc3a155f Mon Sep 17 00:00:00 2001 From: Timur Doumler Date: Wed, 8 Jun 2016 15:20:14 +0100 Subject: [PATCH] Added *.xcscmblueprint to gitignore (a type of file generated by Xcode). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 48ac4d44fb..e3827f8f6f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ *.VC.opendb xcuserdata *.xccheckout +*.xcscmblueprint contents.xcworkspacedata .DS_Store .svn