diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-03-22 14:00:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-03-22 14:00:25 -0700 |
commit | 3d92c0a7845126dd3fb1a751dc2186f0becc7bcb (patch) | |
tree | e7a764cdd361782b165edd24b53819665d3cb7c1 | |
parent | Merge branch 'sv/t9801-test-path-is-file-cleanup' (diff) | |
parent | doc: .gitignore documentation typofix (diff) | |
download | tgif-3d92c0a7845126dd3fb1a751dc2186f0becc7bcb.tar.xz |
Merge branch 'jr/doc-ignore-typofix'
Doc cleanup.
* jr/doc-ignore-typofix:
doc: .gitignore documentation typofix
-rw-r--r-- | Documentation/gitignore.txt | 2 |
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 |