Subversion Global Ignores
Posted by Paul Kehrer on April 16, 2009
0 comments
If you’re a Mac OS X user running Subversion on the command line and mounting remote disks you may have run into instances where you want to globally ignore ._*, .AppleDouble, and *:2e_* files. To do this simply open your Terminal and edit your ~/.subversion/config file and look for the line below. #global-ignores = *.o [...]