On Thu, Mar 1, 2018 at 11:36 AM, Curt Tilmes <curt(at)tilmes(dot)org> wrote:
> Do you have any specific suggestions? Would it help if I separated
> the new code into its own subroutine?
I broke the new directory search out into its own subroutine, so even
less impact on existing code.
>> In my experience with such .conf.d directories it's very useful to
>> filter names not matching a common pattern. Otherwise you end up with
>> editor tempfiles and such being used, which gets confusing.
>
> Suggestions? I'll make it skip over files prefixed with '.'.
> Anything else you suggest?
New patch skips over '.' dotfiles.
Curt