SVN – ignore files or directories 0
Feb17
Navigate to the svn directory in command line, then enter the below command:
# svn propedit svn:ignore .
A text editor should be launched with no content. Enter file(s) you wish to ignore, for example:
config.*
readme.txt
Note that this is a per directory setting.
Reference: http://blog.bogojoker.com/2008/07/command-line-svnignore-a-file/
