From ea7e63921c9e3f62954d45684c3bede6a4e5c340 Mon Sep 17 00:00:00 2001 From: Julien Richard Date: Wed, 3 Mar 2021 12:40:54 +0000 Subject: doc: .gitignore documentation typofix Signed-off-by: Julien Richard Signed-off-by: Junio C Hamano --- Documentation/gitignore.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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 -- cgit v1.2.3