Merge branch 'jr/doc-ignore-typofix'

Doc cleanup.

* jr/doc-ignore-typofix:
  doc: .gitignore documentation typofix
maint
Junio C Hamano 2021-03-22 14:00:25 -07:00
commit 3d92c0a784
1 changed files with 1 additions and 1 deletions

View 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