summaryrefslogtreecommitdiffstats
path: root/gitignore.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-14 15:00:27 -0700
committerJunio C Hamano <gitster@pobox.com>2014-03-14 15:00:27 -0700
commit81703b2b96611fb9d7ef95e990acdb4a6dc60135 (patch)
treebe3b1285899b031a3a9806d7ebe0f3ae1119b6e8 /gitignore.html
parent1d669b8c855625ae8c7f1fc1591e0fe86595e8b8 (diff)
downloadgit-htmldocs-81703b2b96611fb9d7ef95e990acdb4a6dc60135.tar.gz
Autogenerated HTML docs for v1.9.0-258-g00eda
Diffstat (limited to 'gitignore.html')
-rw-r--r--gitignore.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/gitignore.html b/gitignore.html
index 17a1a2a99..7d00efecd 100644
--- a/gitignore.html
+++ b/gitignore.html
@@ -852,6 +852,12 @@ A line starting with # serves as a comment.
</li>
<li>
<p>
+Trailing spaces are ignored unless they are quoted with backlash
+ ("<tt>\</tt>").
+</p>
+</li>
+<li>
+<p>
An optional prefix "<tt>!</tt>" which negates the pattern; any
matching file excluded by a previous pattern will become
included again. It is not possible to re-include a file if a parent
@@ -1018,7 +1024,7 @@ everything within <tt>foo/bar</tt>):</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-01-27 13:30:07 PST
+Last updated 2014-03-14 14:59:49 PDT
</div>
</div>
</body>