Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-23 00:00:25 +0300
committerJunio C Hamano <gitster@pobox.com>2021-03-23 00:00:25 +0300
commit3d92c0a7845126dd3fb1a751dc2186f0becc7bcb (patch)
treee7a764cdd361782b165edd24b53819665d3cb7c1 /Documentation
parent44e03bfdb694d17b832965400061948ef8f209e7 (diff)
parentea7e63921c9e3f62954d45684c3bede6a4e5c340 (diff)
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