On 24/11/16 16:24, Patrick Ohly wrote: > On Thu, 2016-11-24 at 16:51 +0200, Ed Bartosh wrote: >> On Thu, Nov 24, 2016 at 03:43:18PM +0100, Kristian Amlie wrote: >>> On 24/11/16 14:23, Ed Bartosh wrote: >>>> Would this way be less intuitive? >>>> --exclude-path data/* >>>> --exclude-path data >>>> >>>> We can go even further with it allowing any level of directories: >>>> --exclude-path data/tmp/* > > Just to clarify, that is meant to also match data/tmp/.hidden-file, > right? I.e. fnmatch() without the special FNM_PERIOD flag.
Yes, I think that makes the most sense, even if it breaks with shell defaults. -- Kristian -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
