summaryrefslogtreecommitdiffstats
path: root/gitignore.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-07-26 14:29:48 -0700
committerJunio C Hamano <gitster@pobox.com>2023-07-26 14:29:48 -0700
commit12ad45db5647123fe798d29da165617003b8b0dd (patch)
treed3ed2ac91f7521cfbd19598c83533a95ca4044c4 /gitignore.txt
parent29e15f43c9c9f0e5cd1cddb28157e3eef1f5312a (diff)
downloadgit-htmldocs-12ad45db5647123fe798d29da165617003b8b0dd.tar.gz
Autogenerated HTML docs for v2.41.0-459-gb4fce
Diffstat (limited to 'gitignore.txt')
-rw-r--r--gitignore.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/gitignore.txt b/gitignore.txt
index 4c17f2356..810041acd 100644
--- a/gitignore.txt
+++ b/gitignore.txt
@@ -174,10 +174,10 @@ EXAMPLES
is not relevant if there is already a middle slash in
the pattern.
- - 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.
+ - 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.
--------------------------------------------------------------
$ git status