Which files should I include in .gitignore when using Git in conjunction with Xcode?
.gitignore
Here's the .gitignore that GitHub uses by default for new Xcode repositories:
https://github.com/github/gitignore/blob/master/Objective-C.gitignore
It's likely to be reasonably correct at any given time.