I need to ignore some directories and files created for the tools we use at work. I need to ignore those files on advance and save the property in the repository so other members of the team don't have to deal with ignoring the files (they're not developers, so they'll just stick to the basic usage of the svn client). File names are fixed (e.g. nbproject or _notes).
EDIT.
I think the question is not clear (and some people didn't take the time to read it properly): I need to ignore specific files/directories no matter in which subdirectory they are placed as long as they're under the main directory; i.e., /workspace//fileOrFolderToIgnore */fileOrFolderToIgnore doesn't work...