summaryrefslogtreecommitdiffstats
path: root/user-manual.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-06-02 21:13:44 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-06-02 21:13:44 +0000
commit679d22d20cf456c6384e077487dea82d623b8441 (patch)
tree4866645a0efaed5cccaefc3a741a3302a5c47a8b /user-manual.txt
parent6fddfe5dae5b964e29b5d594311b4ab3c963b711 (diff)
downloadgit-htmldocs-679d22d20cf456c6384e077487dea82d623b8441.tar.gz
Autogenerated HTML docs for v1.5.2-167-g4bc70
Diffstat (limited to 'user-manual.txt')
-rw-r--r--user-manual.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/user-manual.txt b/user-manual.txt
index 4fabb8e2a..7eaafa80e 100644
--- a/user-manual.txt
+++ b/user-manual.txt
@@ -1103,12 +1103,12 @@ showing up in the output of "`git status`", etc.
Git therefore provides "exclude patterns" for telling git which files to
actively ignore. Exclude patterns are thoroughly explained in the
-"Exclude Patterns" section of the gitlink:git-ls-files[1] manual page,
-but the heart of the concept is simply a list of files which git should
-ignore. Entries in the list may contain globs to specify multiple files,
-or may be prefixed by "`!`" to explicitly include (un-ignore) a previously
-excluded (ignored) file (i.e. later exclude patterns override earlier ones).
-The following example should illustrate such patterns:
+gitlink:gitignore[5] manual page, but the heart of the concept is simply
+a list of files which git should ignore. Entries in the list may contain
+globs to specify multiple files, or may be prefixed by "`!`" to
+explicitly include (un-ignore) a previously excluded (ignored) file
+(i.e. later exclude patterns override earlier ones). The following
+example should illustrate such patterns:
-------------------------------------------------
# Lines starting with '#' are considered comments.