Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
1.4.5
-
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
Gerrit Reviews
For Gerrit Dashboard: QBS-1144 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
196586,1 | Let wildcards match hidden files | master | qbs/qbs | Status: NEW | 0 | 0 |