Is there any way that I can ignore a file in my local working copy without polluting the svn properties? I don't want my local ignore pattern (e.g. temp files) being published to repository and cause repo having lots of useless information.
Just like in git, I can have .git/info/exclude. Is there any similar way in SVN?
Thanks