Pretty simple, just go to its parent on the command line and write:
svn propedit svn:ignore .
This will open with the default text editor a file where you can specify what to ignore:
* = everything
folder/file_name
*.jpg = all JPEG files
Hope this helps 🙂