From 3612586e8bda2823c07ba97c455101d36cd501ba Mon Sep 17 00:00:00 2001 From: rogerman Date: Sat, 26 Nov 2016 17:39:24 -0800 Subject: [PATCH] Ignore .xcscmblueprint files for now. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn’t look like it’s really needed for commits, but if we find it necessary in the future, we can always bring it back. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 937f59716..45e1d987a 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ xcuserdata/ ## Other *.moved-aside *.xcuserstate +*.xcscmblueprint ## Obj-C/Swift specific *.hmap