How To Use Git Source Control with Xcode in iOS 6 - Ray Wenderlich
Let’s take the above line by line: build/*: This will exclude the whole build directory which is created by Xcode when creating the application binary. DS_Store: This rule will exclude the OS X folder attributes. xcuserdata: Exclude user data files. Save ...