Skip to content

Commit d6f598e

Browse files
committed
gitignore.txt: mark up explanation of patterns consistently
In the "PATTERN FORMAT" section, all the other pattern elements are shown as `monospace` literals inside "double quoted" strings. Do the same for the explanation of a slash to make it consistent. Signed-off-by: Junio C Hamano <[email protected]>
1 parent fb7d80e commit d6f598e

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
@@ -88,7 +88,7 @@ PATTERN FORMAT
8888
Put a backslash ("`\`") in front of the first "`!`" for patterns
8989
that begin with a literal "`!`", for example, "`\!important!.txt`".
9090

91-
- The slash '/' is used as the directory separator. Separators may
91+
- The slash "`/`" is used as the directory separator. Separators may
9292
occur at the beginning, middle or end of the `.gitignore` search pattern.
9393

9494
- If there is a separator at the beginning or middle (or both) of the

0 commit comments

Comments
 (0)