SVN ignore pattern with Xcode 4

I have the following in my ~/.subversion/config file:

global-ignores = *.o *.lo *.la .*.rej *.rej .*~ *~ .#* .DS_Store *~.nib *.mode* *.pbxuser CVS _*.java *.perspective .LSOverride *.xcuserdatad

I added the last one (*.xcuserdatad) recently for Xcode 4.

Leave a Comment