Git Ignore for Xcode Projects Feb 27th, 2012 The default .gitignore file I use for my Xcode projects # .gitignore in use by Joris Kluivers # # Latest version: # https://gist.github.com/gists/1923197 *.DS_Store # Xcode *.pbxuser *.mode1v3 *.move2v3 *.perspectivev3 *.xcuserstate project.xcworkspace/ xcuserdata/ build/ # Generated *.o *.pyc