summaryrefslogtreecommitdiffstats
path: root/gitignore.html
diff options
context:
space:
mode:
Diffstat (limited to 'gitignore.html')
-rw-r--r--gitignore.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/gitignore.html b/gitignore.html
index 731f7c825..4079b6bba 100644
--- a/gitignore.html
+++ b/gitignore.html
@@ -995,10 +995,10 @@ The pattern <code>doc/frotz</code> and <code>/doc/frotz</code> have the same eff
</li>
<li>
<p>
-The pattern "foo/*", matches "foo/test.json"
- (a regular file), "foo/bar" (a directory), but it does not match
- "foo/bar/hello.c" (a regular file), as the asterisk in the
- pattern does not match "bar/hello.c" which has a slash in it.
+The pattern <code>foo/*</code>, matches <code>foo/test.json</code>
+ (a regular file), <code>foo/bar</code> (a directory), but it does not match
+ <code>foo/bar/hello.c</code> (a regular file), as the asterisk in the
+ pattern does not match <code>bar/hello.c</code> which has a slash in it.
</p>
</li>
</ul></div>
@@ -1073,7 +1073,7 @@ everything within <code>foo/bar</code>):</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-05-10 11:57:07 PDT
+ 2023-07-26 14:28:12 PDT
</div>
</div>
</body>