Skip to content

Commit ea7e639

Browse files
jairbubblesgitster
authored andcommitted
doc: .gitignore documentation typofix
Signed-off-by: Julien Richard <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 59ec224 commit ea7e639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitignore.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ EXAMPLES
153153
--------
154154

155155
- The pattern `hello.*` matches any file or folder
156-
whose name begins with `hello`. If one wants to restrict
156+
whose name begins with `hello.`. If one wants to restrict
157157
this only to the directory and not in its subdirectories,
158158
one can prepend the pattern with a slash, i.e. `/hello.*`;
159159
the pattern now matches `hello.txt`, `hello.c` but not

0 commit comments

Comments
 (0)