Go to the folder contains files which are going to be ignored then:
svn propedit svn:ignore .
a text editor opened. One file or folder name a line.
wildcard * is supported.
example:
* (ignore all files in the current folder)
*.beam (ignore all file with .beam extention in the current folder)