summaryrefslogtreecommitdiffstats
path: root/gitignore.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-25 12:08:44 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-25 12:08:44 -0700
commit4f07aeca5786f644177419a0a3f2157d3e835277 (patch)
treedca692b73f7089755cc507c7c6833b824d262a1a /gitignore.html
parent0acb1ae530fa409f7ce96eb216e0a690b0f7900e (diff)
downloadgit-htmldocs-4f07aeca5786f644177419a0a3f2157d3e835277.tar.gz
Autogenerated HTML docs for v1.7.12.1-428-g652398
Diffstat (limited to 'gitignore.html')
-rw-r--r--gitignore.html43
1 files changed, 30 insertions, 13 deletions
diff --git a/gitignore.html b/gitignore.html
index c9dee04e3..2daf7331c 100644
--- a/gitignore.html
+++ b/gitignore.html
@@ -627,18 +627,35 @@ Patterns read from the file specified by the configuration
</li>
</ul></div>
<div class="paragraph"><p>Which file to place a pattern in depends on how the pattern is meant to
-be used. Patterns which should be version-controlled and distributed to
-other repositories via clone (i.e., files that all developers will want
-to ignore) should go into a <tt>.gitignore</tt> file. Patterns which are
-specific to a particular repository but which do not need to be shared
-with other related repositories (e.g., auxiliary files that live inside
-the repository but are specific to one user&#8217;s workflow) should go into
-the <tt>$GIT_DIR/info/exclude</tt> file. Patterns which a user wants git to
-ignore in all situations (e.g., backup or temporary files generated by
-the user&#8217;s editor of choice) generally go into a file specified by
-<tt>core.excludesfile</tt> in the user&#8217;s <tt>~/.gitconfig</tt>. Its default value is
-$XDG_CONFIG_HOME/git/ignore. If $XDG_CONFIG_HOME is either not set or empty,
-$HOME/.config/git/ignore is used instead.</p></div>
+be used.</p></div>
+<div class="ulist"><ul>
+<li>
+<p>
+Patterns which should be version-controlled and distributed to
+ other repositories via clone (i.e., files that all developers will want
+ to ignore) should go into a <tt>.gitignore</tt> file.
+</p>
+</li>
+<li>
+<p>
+Patterns which are
+ specific to a particular repository but which do not need to be shared
+ with other related repositories (e.g., auxiliary files that live inside
+ the repository but are specific to one user&#8217;s workflow) should go into
+ the <tt>$GIT_DIR/info/exclude</tt> file.
+</p>
+</li>
+<li>
+<p>
+Patterns which a user wants git to
+ ignore in all situations (e.g., backup or temporary files generated by
+ the user&#8217;s editor of choice) generally go into a file specified by
+ <tt>core.excludesfile</tt> in the user&#8217;s <tt>~/.gitconfig</tt>. Its default value is
+ $XDG_CONFIG_HOME/git/ignore. If $XDG_CONFIG_HOME is either not set or
+ empty, $HOME/.config/git/ignore is used instead.
+</p>
+</li>
+</ul></div>
<div class="paragraph"><p>The underlying git plumbing tools, such as
<em>git ls-files</em> and <em>git read-tree</em>, read
<tt>gitignore</tt> patterns specified by command-line options, or from
@@ -769,7 +786,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 2012-07-09 13:33:29 PDT
+Last updated 2012-09-25 12:07:50 PDT
</div>
</div>
</body>