summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-03-22 14:00:25 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-03-22 14:00:25 -0700
commit3d92c0a7845126dd3fb1a751dc2186f0becc7bcb (patch)
treee7a764cdd361782b165edd24b53819665d3cb7c1 /Documentation
parentMerge branch 'sv/t9801-test-path-is-file-cleanup' (diff)
parentdoc: .gitignore documentation typofix (diff)
downloadtgif-3d92c0a7845126dd3fb1a751dc2186f0becc7bcb.tar.xz
Merge branch 'jr/doc-ignore-typofix'
Doc cleanup. * jr/doc-ignore-typofix: doc: .gitignore documentation typofix
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/gitignore.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt
index d47b1ae296..5751603b13 100644
--- a/Documentation/gitignore.txt
+++ b/Documentation/gitignore.txt
@@ -153,7 +153,7 @@ EXAMPLES
--------
- The pattern `hello.*` matches any file or folder
- whose name begins with `hello`. If one wants to restrict
+ whose name begins with `hello.`. If one wants to restrict
this only to the directory and not in its subdirectories,
one can prepend the pattern with a slash, i.e. `/hello.*`;
the pattern now matches `hello.txt`, `hello.c` but not