summaryrefslogtreecommitdiffstats
path: root/git-clean.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-08-18 22:15:35 +0000
committerJunio C Hamano <junio@kernel.org>2010-08-18 22:15:35 +0000
commit619596afe5769620cfbaca941f701a3fa106e6e5 (patch)
treea0065a9102205adf638a7ff9e35bb50ce049dcd0 /git-clean.html
parentb5a296fa6d8cd1a703ce2eb6232e0bbc654bd2a2 (diff)
downloadgit-htmldocs-619596afe5769620cfbaca941f701a3fa106e6e5.tar.gz
Autogenerated HTML docs for v1.7.2.1-158-gbd3a97
Diffstat (limited to 'git-clean.html')
-rw-r--r--git-clean.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/git-clean.html b/git-clean.html
index 633c89400..c3952e325 100644
--- a/git-clean.html
+++ b/git-clean.html
@@ -321,7 +321,7 @@ git-clean(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git clean</em> [-d] [-f] [-n] [-q] [-x | -X] [--] &lt;path&gt;&#8230;</div></div>
+<div class="content"><em>git clean</em> [-d] [-f] [-n] [-q] [-e &lt;pattern&gt;] [-x | -X] [--] &lt;path&gt;&#8230;</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -383,6 +383,19 @@ are affected.</p></div>
</p>
</dd>
<dt>
+-e &lt;pattern&gt;
+</dt>
+<dt>
+--exclude=&lt;pattern&gt;
+</dt>
+<dd>
+<p>
+ Specify special exceptions to not be cleaned. Each &lt;pattern&gt; is
+ the same form as in $GIT_DIR/info/excludes and this option can be
+ given multiple times.
+</p>
+</dd>
+<dt>
-x
</dt>
<dd>
@@ -414,7 +427,7 @@ are affected.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-07-21 21:55:17 UTC
+Last updated 2010-08-18 22:14:47 UTC
</div>
</div>
</body>