summaryrefslogtreecommitdiffstats
path: root/gitignore.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-10 02:54:45 +0900
committerJunio C Hamano <gitster@pobox.com>2019-04-10 02:54:45 +0900
commite0f71462e15863fa4b188b26e30db0155d52a946 (patch)
tree61da805bf26041d93c5ad4dd6164b391619dbf1c /gitignore.html
parent328b8c903d3158188a5d7dff974bcd6174a8ed32 (diff)
downloadgit-htmldocs-e0f71462e15863fa4b188b26e30db0155d52a946.tar.gz
Autogenerated HTML docs for v2.21.0-313-ge35b8
Diffstat (limited to 'gitignore.html')
-rw-r--r--gitignore.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/gitignore.html b/gitignore.html
index 4b90bc307..1dd6e8c6d 100644
--- a/gitignore.html
+++ b/gitignore.html
@@ -939,6 +939,15 @@ Other consecutive asterisks are considered regular asterisks and
</div>
</div>
<div class="sect1">
+<h2 id="_configuration">CONFIGURATION</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>The optional configuration variable <code>core.excludesFile</code> indicates a path to a
+file containing patterns of file names to exclude, similar to
+<code>$GIT_DIR/info/exclude</code>. Patterns in the exclude file are used in addition to
+those in <code>$GIT_DIR/info/exclude</code>.</p></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_notes">NOTES</h2>
<div class="sectionbody">
<div class="paragraph"><p>The purpose of gitignore files is to ensure that certain files
@@ -1021,7 +1030,7 @@ everything within <code>foo/bar</code>):</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-11-13 06:05:48 PST
+ 2019-04-10 02:54:14 JST
</div>
</div>
</body>