aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitignore.txt
diff options
context:
space:
mode:
authorJulien Richard <julien.richard@ubisoft.com>2021-03-03 12:40:54 +0000
committerJunio C Hamano <gitster@pobox.com>2021-03-03 17:16:48 -0800
commitea7e63921c9e3f62954d45684c3bede6a4e5c340 (patch)
treee8538315a93f00802b639fde10a963d72f8fffc0 /Documentation/gitignore.txt
parent59ec22464f6c2b170b05f287e00740ea2288fe5c (diff)
downloadgit-ea7e63921c9e3f62954d45684c3bede6a4e5c340.tar.gz
doc: .gitignore documentation typofix
Signed-off-by: Julien Richard <julien.richard@ubisoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitignore.txt')
-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