From: Timofey Vasenin <timofey.vasenin@xxxxxxxxx> Fix an apparent typo, introduced in: 1a58bad014 (gitignore.txt: make slash-rules more readable, 2019-06-04) Reported-by: Andrey Strizhkin <astrizhkin@xxxxxxxxxx> Signed-off-by: Timofey Vasenin <timofey.vasenin@xxxxxxxxx> --- gitignore.txt: fix slash-rules example Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1720%2Ftvasenin%2Ftvasenin%2Fgitignore-slash-rules-example-fix-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1720/tvasenin/tvasenin/gitignore-slash-rules-example-fix-v1 Pull-Request: https://github.com/git/git/pull/1720 Documentation/gitignore.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt index 5e0964ef419..7142fa10acc 100644 --- a/Documentation/gitignore.txt +++ b/Documentation/gitignore.txt @@ -100,7 +100,7 @@ PATTERN FORMAT will only match directories, otherwise the pattern can match both files and directories. - - For example, a pattern `doc/frotz/` matches `doc/frotz` directory, + - For example, a pattern `/doc/frotz/` matches `doc/frotz` directory, but not `a/doc/frotz` directory; however `frotz/` matches `frotz` and `a/frotz` that is a directory (all paths are relative from the `.gitignore` file). base-commit: 3e4a232f6e3bd3b7dd920bb07b21cf1c8b4e1a7f -- gitgitgadget