-
-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
Description
It seems that the "exclude" option does not work when adding it to my config. RHash continues to process the files with extensions listed in my exclude list.
The --exclude option only works when inserted into a command, and it does not work when added to the config file.
My config file:
sha256=true
exclude=.sha256
ignore-case=true
The command I used, which generates hashes from every file in the current directory:
rhash -r .
When using this command, the output still shows sha256 files despite my config.
My operating system:
Windows 11