mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
fix typo
This commit is contained in:
parent
da09920553
commit
be3862fa8f
@ -153,7 +153,7 @@ class ExcludeListDialog(QDialog):
|
|||||||
These (case sensitive) python regular expressions will filter out files during scans.<br>\
|
These (case sensitive) python regular expressions will filter out files during scans.<br>\
|
||||||
Directores will also have their <strong>default state</strong> set to Excluded \
|
Directores will also have their <strong>default state</strong> set to Excluded \
|
||||||
in the Directories tab if their name happens to match one of the selected regular expressions.<br>\
|
in the Directories tab if their name happens to match one of the selected regular expressions.<br>\
|
||||||
For each file collected, two tests are perfomed to determine whether or not to completely ignore it:<br>\
|
For each file collected, two tests are performed to determine whether or not to completely ignore it:<br>\
|
||||||
<li>1. Regular expressions with no path separator in them will be compared to the file name only.</li>
|
<li>1. Regular expressions with no path separator in them will be compared to the file name only.</li>
|
||||||
<li>2. Regular expressions with at least one path separator in them will be compared to the full path to the file.</li><br>
|
<li>2. Regular expressions with at least one path separator in them will be compared to the full path to the file.</li><br>
|
||||||
Example: if you want to filter out .PNG files from the "My Pictures" directory only:<br>\
|
Example: if you want to filter out .PNG files from the "My Pictures" directory only:<br>\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user