]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: .gitignore documentation typofix
authorJulien Richard <julien.richard@ubisoft.com>
Wed, 3 Mar 2021 12:40:54 +0000 (12:40 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Mar 2021 01:16:48 +0000 (17:16 -0800)
Signed-off-by: Julien Richard <julien.richard@ubisoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitignore.txt

index d47b1ae29637269859bc7f41d0fc49732c8f39aa..5751603b13f40cfd4b1d5b577fd0596e5b50f537 100644 (file)
@@ -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