From 84010e499fef0b61d4f3cb29a31138b47837797f Mon Sep 17 00:00:00 2001 From: chenyufeng <503434355@qq.com> Date: Mon, 9 Nov 2015 10:51:42 +0800 Subject: [PATCH] add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore --- Global/Xcode.gitignore | 1 + Objective-C.gitignore | 1 + Swift.gitignore | 1 + 3 files changed, 3 insertions(+) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index d07b7894..738468cc 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -21,3 +21,4 @@ xcuserdata *.xccheckout *.moved-aside *.xcuserstate +*.xcscheme diff --git a/Objective-C.gitignore b/Objective-C.gitignore index b15babe7..8001e5ba 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -22,6 +22,7 @@ xcuserdata *.moved-aside *.xcuserstate *.xcscmblueprint +*.xcscheme ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index b15babe7..8001e5ba 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -22,6 +22,7 @@ xcuserdata *.moved-aside *.xcuserstate *.xcscmblueprint +*.xcscheme ## Obj-C/Swift specific *.hmap