We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a80be15 + 3437f54 commit 89672f1Copy full SHA for 89672f1
Documentation/gitignore.txt
@@ -174,10 +174,10 @@ EXAMPLES
174
is not relevant if there is already a middle slash in
175
the pattern.
176
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.
+ - The pattern `foo/*`, matches `foo/test.json`
+ (a regular file), `foo/bar` (a directory), but it does not match
+ `foo/bar/hello.c` (a regular file), as the asterisk in the
+ pattern does not match `bar/hello.c` which has a slash in it.
181
182
--------------------------------------------------------------
183
$ git status
0 commit comments