Skip to content

Commit 89672f1

Browse files
committed
Merge branch 'jr/gitignore-doc-example-markup'
Doc update. * jr/gitignore-doc-example-markup: gitignore.txt: use backticks instead of double quotes
2 parents a80be15 + 3437f54 commit 89672f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/gitignore.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ EXAMPLES
174174
is not relevant if there is already a middle slash in
175175
the pattern.
176176

177-
- The pattern "foo/*", matches "foo/test.json"
178-
(a regular file), "foo/bar" (a directory), but it does not match
179-
"foo/bar/hello.c" (a regular file), as the asterisk in the
180-
pattern does not match "bar/hello.c" which has a slash in it.
177+
- The pattern `foo/*`, matches `foo/test.json`
178+
(a regular file), `foo/bar` (a directory), but it does not match
179+
`foo/bar/hello.c` (a regular file), as the asterisk in the
180+
pattern does not match `bar/hello.c` which has a slash in it.
181181

182182
--------------------------------------------------------------
183183
$ git status

0 commit comments

Comments
 (0)