duplicate: Ignore SVN ignore... possible?
Suppose my working copy is littered with unversioned files that I don\'t want to delete. I want svn to ignore these files
In your private subversion config file for the repository, set the global-ignores flag, like this:
[miscellany] global-ignores = *.class *.o