summaryrefslogtreecommitdiffstats
path: root/gitignore.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-07 16:30:52 -0800
committerJunio C Hamano <gitster@pobox.com>2013-11-07 16:30:52 -0800
commit83e0e0bed9a67680b1d8e76a8de9b2f643e14372 (patch)
treee5de1c7818cd1a014cbd26574ffaf3147165b5b2 /gitignore.html
parent92fb952815d93a0bc883020987df2e558835ca1b (diff)
downloadgit-htmldocs-83e0e0bed9a67680b1d8e76a8de9b2f643e14372.tar.gz
Autogenerated HTML docs for v1.8.5-rc1-11-g867b1
Diffstat (limited to 'gitignore.html')
-rw-r--r--gitignore.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/gitignore.html b/gitignore.html
index b018c584b..13ce60d60 100644
--- a/gitignore.html
+++ b/gitignore.html
@@ -900,15 +900,15 @@ full pathname may have special meaning:</p></div>
<p>
A leading "<code>**</code>" followed by a slash means match in all
directories. For example, "<code>**/foo</code>" matches file or directory
- "<code>foo</code>" anywhere, the same as pattern "<code>foo</code>". "**/foo/bar"
+ "<code>foo</code>" anywhere, the same as pattern "<code>foo</code>". "<code>**/foo/bar</code>"
matches file or directory "<code>bar</code>" anywhere that is directly
under directory "<code>foo</code>".
</p>
</li>
<li>
<p>
-A trailing "/<strong>" matches everything inside. For example,
- "abc/</strong>" matches all files inside directory "abc", relative
+A trailing "<code>/**</code>" matches everything inside. For example,
+ "<code>abc/**</code>" matches all files inside directory "<code>abc</code>", relative
to the location of the <code>.gitignore</code> file, with infinite depth.
</p>
</li>
@@ -1000,7 +1000,7 @@ use <em>git update-index &#45;&#45;assume-unchanged</em>.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-08-20 08:40:27 PDT
+Last updated 2013-11-07 16:30:38 PST
</div>
</div>
</body>