fourier / ztree

Directory tree comparison mode for Emacs
http://www.emacswiki.org/emacs/ZtreeDiff
GNU General Public License v3.0
239 stars 21 forks source link

[Feature Request] Filter hooks #14

Closed theldoria closed 9 years ago

theldoria commented 9 years ago

Provide file filter hooks, usable to ignore some files from comparing.

Alternativiely/addition filtering by wildcards/regexp should be possible.

Use-case: I have to work with a versioning system, which leaves many artifacts. E.g. I frequently find myself with a ton of .contrib files after merging. Others are .keep files, left if I undo file hijack. I do not care about those file if I compare directory contents.

fourier commented 9 years ago

You can use the ztree-diff-filter-list variable add your own filters.