-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature or bug? All .dot files are ignored #21
Comments
They are not included by default but I'll add an option so you can include them if you wish. |
That would be great, thank you!! All the best! |
I forgot to comment, that option is now included. |
Great thanks! |
Well the idea is that you test this before I do a release. If you cannot build the source yourself, I've added prerelease-artifacts:
You can download the zip and then extract the binary for your platform. |
Thanks, I downloaded it. |
I assume it works for you. |
Sorry, I did not have the time to test it. I tested it right now, and it works just fine! Thank you very much for your time!! |
Hello again, and thanks your your great work.
I realised that all files beginning with a dot (.chkbit, .config, etc) are ignore from the checksuming process. I understand that this should be the default for .chkbit files that are produced during the checksumming phase, but what about all other .dot files? I have plenty of them in a linux PC, and I realised that these are not included in the checksums, even though I do not use any .chkbitignore file at all. I think that only .chkbit files should be excluded and all others only when they are included in the .chkbitignore file, possibly with wildcards (eg .conf*).
If you agree, you could probably include this change in a following version.
Again, thanks your your hard work!
The text was updated successfully, but these errors were encountered: