mirror of
https://github.com/git/git.git
synced 2026-01-21 06:17:19 +09:00
Merge branch 'jr/doc-ignore-typofix'
Doc cleanup. * jr/doc-ignore-typofix: doc: .gitignore documentation typofix
This commit is contained in:
commit
3d92c0a784
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user