aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-22 14:00:25 -0700
committerJunio C Hamano <gitster@pobox.com>2021-03-22 14:00:25 -0700
commit3d92c0a7845126dd3fb1a751dc2186f0becc7bcb (patch)
treee7a764cdd361782b165edd24b53819665d3cb7c1
parent44e03bfdb694d17b832965400061948ef8f209e7 (diff)
parentea7e63921c9e3f62954d45684c3bede6a4e5c340 (diff)
downloadgit-3d92c0a7845126dd3fb1a751dc2186f0becc7bcb.tar.xz
Merge branch 'jr/doc-ignore-typofix'
Doc cleanup. * jr/doc-ignore-typofix: doc: .gitignore documentation typofix
-rw-r--r--Documentation/gitignore.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt
index d47b1ae296..5751603b13 100644
--- a/Documentation/gitignore.txt
+++ b/Documentation/gitignore.txt
@@ -153,7 +153,7 @@ EXAMPLES
--------
- The pattern `hello.*` matches any file or folder
- whose name begins with `hello`. If one wants to restrict
+ whose name begins with `hello.`. If one wants to restrict
this only to the directory and not in its subdirectories,
one can prepend the pattern with a slash, i.e. `/hello.*`;
the pattern now matches `hello.txt`, `hello.c` but not