Skip to content
  • quasicomputational's avatar
    Allow ** wildcards in globs. · 5e83ef26
    quasicomputational authored and Mikhail Glushenkov's avatar Mikhail Glushenkov committed
    These are inspired by a plan described in a comment in #2522, and only
    implement a quite limited form of recursive matching: only a single **
    wildcard is accepted, it must be the final directory, and, if a **
    wildcard is present, the file name must include a wildcard.
    
    Or-patterns are not implemented, for simplicity.
    
    Closes #3178, #2030.
    5e83ef26