to-mc / checksumdir

Simple package to compute a single deterministic hash of the file contents of a directory.
MIT License
94 stars 28 forks source link

Added option to exclude files from checksum #1

Closed romdr closed 7 years ago

romdr commented 8 years ago

Pass a list of files to be excluded with -e or --excluded-files. Example: -e this.txt that.ext .andthiscfg Option still compatible with previous version (new parameter is optional).