mirror of
https://github.com/git/git.git
synced 2026-04-12 01:40:10 +02:00
doc: .gitignore documentation typofix
Signed-off-by: Julien Richard <julien.richard@ubisoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
59ec22464f
commit
ea7e63921c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user