We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 867d9b1 + f4fa8a3 commit b5e966dCopy full SHA for b5e966d
Documentation/glossary-content.adoc
@@ -418,9 +418,8 @@ full pathname may have special meaning:
418
419
- A leading "`**`" followed by a slash means match in all
420
directories. For example, "`**/foo`" matches file or directory
421
- "`foo`" anywhere, the same as pattern "`foo`". "`**/foo/bar`"
422
- matches file or directory "`bar`" anywhere that is directly
423
- under directory "`foo`".
+ "`foo`" anywhere. "`**/foo/bar`" matches file or directory "`bar`"
+ anywhere that is directly under directory "`foo`".
424
425
- A trailing "`/**`" matches everything inside. For example,
426
"`abc/**`" matches all files inside directory "abc", relative
0 commit comments