summaryrefslogtreecommitdiffstats
path: root/gitignore.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-22 14:20:26 -0700
committerJunio C Hamano <gitster@pobox.com>2021-03-22 14:20:26 -0700
commit458281a5cc4fbbf5382b507870ac92d09f4cb1d9 (patch)
treef969cc3e9470c06902051bcd159aa1bc58a02bb2 /gitignore.html
parentd6b9ba3262e9125b842efd226c8023a5c9aed98c (diff)
downloadgit-htmldocs-458281a5cc4fbbf5382b507870ac92d09f4cb1d9.tar.gz
Autogenerated HTML docs for v2.31.0-97-g14243
Diffstat (limited to 'gitignore.html')
-rw-r--r--gitignore.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitignore.html b/gitignore.html
index e43e7488f..876bf28c1 100644
--- a/gitignore.html
+++ b/gitignore.html
@@ -966,7 +966,7 @@ not tracked by Git remain untracked.</p></div>
<li>
<p>
The pattern <code>hello.*</code> matches any file or folder
- whose name begins with <code>hello</code>. If one wants to restrict
+ whose name begins with <code>hello.</code>. If one wants to restrict
this only to the directory and not in its subdirectories,
one can prepend the pattern with a slash, i.e. <code>/hello.*</code>;
the pattern now matches <code>hello.txt</code>, <code>hello.c</code> but not
@@ -1069,7 +1069,7 @@ everything within <code>foo/bar</code>):</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 08:03:13 PDT
+ 2021-03-22 14:17:33 PDT
</div>
</div>
</body>