I want to tell ReSharper to ignore a few files in my project. Some of them are just too large (they contain canned test data). Some of them are just confusing it (with a mishmash of Silverlight and .NET code).
Is there a way to do this by putting a comment at the top of the file?
However it's done, it needs to be persistent (i.e. can be checked in), and per-file.
I found this, but it doesn't appear to be persisted.