I would like to exclude a directory from my SVN (I\'m using Xcode\'s built in SCM). It\'s not checked in but I\'m just tired of unselecting it from checkin.
Most of my S
VocC is on the money, but don't we also want to ignore the pbxuser files and mode1v3 files?
I would change the svn ps svn:ignore build . step for this:
svn propset svn:ignore "*.mode1v3 *.pbxuser bin" .