Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-1144

Globbing doesn't recognize hidden files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 1.4.5
    • General
    • None
    • Ubuntu 16.04

      Group {
          files: [
              foo/**/*
          ]
      }

      This doesn't recognize hidden files under the "foo" directory.

      However, I can add them individually as such (this gets very cumbersome if there are many hidden files to list):

      Group {
          files: [
              foo/**/*,
              foo/bar/.baz
          ]
      }

        For Gerrit Dashboard: QBS-1144
        # Subject Branch Project Status CR V

            kandeler Christian Kandeler
            oddballbutler Jeremy Butler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There is 1 open Gerrit change