Posts tagged as:

Git

Xcode and .gitignore file

by Takashi Yoshida on July 19, 2009

in Programming

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 [...]

{ Comments on this entry are closed }