summaryrefslogtreecommitdiffstats
path: root/gitignore.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-16 09:49:44 -0800
committerJunio C Hamano <gitster@pobox.com>2018-02-16 09:49:44 -0800
commit90fd88e4a2ddbb1298553bb804788405aa3e984c (patch)
treede541d01a51de083f9def1f7995cb0b7900c165c /gitignore.html
parent640779d2fa2811b69c7c071dceb886299418257d (diff)
downloadgit-htmldocs-90fd88e4a2ddbb1298553bb804788405aa3e984c.tar.gz
Autogenerated HTML docs for v2.16.2-246-ga4ee4
Diffstat (limited to 'gitignore.html')
-rw-r--r--gitignore.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/gitignore.html b/gitignore.html
index e7aa154c1..35f344188 100644
--- a/gitignore.html
+++ b/gitignore.html
@@ -887,12 +887,11 @@ If the pattern does not contain a slash <em>/</em>, Git treats it as
</li>
<li>
<p>
-Otherwise, Git treats the pattern as a shell glob suitable
- for consumption by fnmatch(3) with the FNM_PATHNAME flag:
- wildcards in the pattern will not match a / in the pathname.
- For example, "Documentation/&#42;.html" matches
- "Documentation/git.html" but not "Documentation/ppc/ppc.html"
- or "tools/perf/Documentation/perf.html".
+Otherwise, Git treats the pattern as a shell glob: "<code>*</code>" matches
+ anything except "<code>/</code>", "<code>?</code>" matches any one character except "<code>/</code>"
+ and "<code>[]</code>" matches one character in a selected range. See
+ fnmatch(3) and the FNM_PATHNAME flag for a more detailed
+ description.
</p>
</li>
<li>
@@ -1020,7 +1019,7 @@ everything within <code>foo/bar</code>):</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-02-16 09:49:14 PST
</div>
</div>
</body>