This is my .gitignore file. I am making a switch from Subversion to Git (and Github) and I needed to find out specific information on using Git with Xcode.
# Xcode generated files
build
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
# Interface Builder generated files
*~.nib
*~.xib
# Mac OS X generated files
.DS_Store
I started off with a .gitignore at more brain > blog.html. Later, I added a few more bits.
Comments on this entry are closed.