TortoiseSVN shows icons in Windows Explorer that show if there are any uncommitted changes in a particular directory tree. For instance:

The above image shows that somewhere in the Trunk directory tree there is a modified file.
However, I often use the ignore-on-commit change list to store changes that I never want to make, such as Web.config changes associated with connection strings.
I cannot rely on the decoration of the icons, letting me know if I have any changes, as they will also display with red (!), Even if only Web.config changes there. This adds unnecessary noise to Explorer.
Is there a way to change this so that only the changes I want to commit are marked as changes in Explorer?
source share