search
top

Ignore directory in SVN

On the command line, go to the directory you want to ignore. In the directory, type:

svn propset --quiet svn:ignore '*' .

top