diff options
author | Ben North <ben@redfrontdoor.org> | 2014-11-04 22:18:33 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-04 14:44:47 -0800 |
commit | 03af7cd1580b7a4d9b77c81081d6eabc0338883e (patch) | |
tree | c8c15f7501549a2c99bc14c438bf0bfadf06499f /Documentation | |
parent | t0008: skip trailing space test on Windows (diff) | |
download | tgif-03af7cd1580b7a4d9b77c81081d6eabc0338883e.tar.xz |
gitignore.txt: fix spelling of "backslash"
Signed-off-by: Ben North <ben@redfrontdoor.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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 aa776234e1..82b7e0b151 100644 --- a/Documentation/gitignore.txt +++ b/Documentation/gitignore.txt @@ -77,7 +77,7 @@ PATTERN FORMAT Put a backslash ("`\`") in front of the first hash for patterns that begin with a hash. - - Trailing spaces are ignored unless they are quoted with backlash + - Trailing spaces are ignored unless they are quoted with backslash ("`\`"). - An optional prefix "`!`" which negates the pattern; any |