Ignore

Use this command to mark unversioned files or directories to be ignored. This is useful for files or directories which should not be stored under SVN control. Usually .obj or .class files or even their whole containing directories should be marked as to be ignored.

You can select Ignore Explicitly to add each selected file/directory explicitly to the ignore list. If SmartSVN detects a common pattern for the selected files/directory, it will also allow you to Ignore As Pattern.

This command is a shortcut for altering the svn:ignore property, which can also be edited by Properties|Edit Ignore Patterns. Refer to Edit Ignore Patterns for details.