From: Julien Richard Date: Wed, 3 Mar 2021 12:40:54 +0000 (+0000) Subject: doc: .gitignore documentation typofix X-Git-Tag: v2.32.0-rc0~142^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea7e63921c9e3f62954d45684c3bede6a4e5c340;p=thirdparty%2Fgit.git doc: .gitignore documentation typofix Signed-off-by: Julien Richard Signed-off-by: Junio C Hamano --- 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