Just a little reminder for myself, since I never am able to recall how to ignore stuff in Subversion:

You ignore stuff by adding an ignore to the containing directory. Either shorthand per file:

svn propset svn:ignore somefile .

Or you can edit the properties manually (which I prefer):

svn propedit svn:ignore .

Command Line svn:ignore a file