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

Globbing doesn't recognize hidden files

    XMLWordPrintable

Details

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

    Description

      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
          ]
      }

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There is 1 open Gerrit change