When comparing git repo clones, I am annoyed by the appearance of the .git folder and its contents in the directory compare tab.
In the Tools -> Filters... dialog, I have the Exclude Source Control filter in the FileFilters list. Examining this file, there is a line for the .git folder:
def: include
d: \\\.git$ ## Git directory
Why do I still get the .git folder diffs in my compares?