deadc0de6 / dotdrop

Save your dotfiles once, deploy them everywhere
https://dotdrop.readthedocs.io
GNU General Public License v3.0
1.77k stars 105 forks source link

Bug#388 - fix negative ignore #389

Closed deadc0de6 closed 11 months ago

deadc0de6 commented 1 year ago

This should fix #388 and improve tests for negative ignore patterns

In particular it should fix

see also https://github.com/deadc0de6/dotdrop/pull/298

coveralls commented 1 year ago

Coverage Status

coverage: 91.072% (+0.1%) from 90.974% when pulling 7dca57c2420784790980eb260d7c418c11064123 on bug#388 into 58318fd13c6c631de9a9604422fa00529bb8dd3d on master.

deadc0de6 commented 1 year ago

All actions (compare, import, install, update) should all descend into directories if a negative ignore pattern is found!

The following tests should ensure this is done properly:

deadc0de6 commented 11 months ago

replaced by #402