Directory Filtering using a Path View Filter
Posted: Sat Oct 05, 2024 6:51 am
I've been trying to familiarize myself with the directory filtering improvements in ExamDiff Pro 15.0.
For this I used two directories with locally cloned Git repositories.
When comparing the two directories, the directory comparison filter :*\.git\* worked as expected. The files in the .git directory are excluded from the comparison and are not shown in the results view.
I then tried to filter out the same .git directory (with the directory comparison filter turned off) in the results view using a path view filter. The include patterns were set to the default value of *. I tried using the following patterns as exclude patterns: *\.git\* or .git\* or .git\. All three exclude patterns had no effect. Using *.sql as exclude patterns to exclude files with the SQL extension, however, worked as expected.
Am I doing something wrong here? Or is it not possible to filter directories using the path view filter from the results view?
For this I used two directories with locally cloned Git repositories.
When comparing the two directories, the directory comparison filter :*\.git\* worked as expected. The files in the .git directory are excluded from the comparison and are not shown in the results view.
I then tried to filter out the same .git directory (with the directory comparison filter turned off) in the results view using a path view filter. The include patterns were set to the default value of *. I tried using the following patterns as exclude patterns: *\.git\* or .git\* or .git\. All three exclude patterns had no effect. Using *.sql as exclude patterns to exclude files with the SQL extension, however, worked as expected.
Am I doing something wrong here? Or is it not possible to filter directories using the path view filter from the results view?