Browse Source

Merge branch 'nd/gitignore-trailing-whitespace'

Documentation update.

* nd/gitignore-trailing-whitespace:
  gitignore.txt: fix spelling of "backslash"
maint
Junio C Hamano 10 years ago
parent
commit
32da67bf22
  1. 2
      Documentation/gitignore.txt

2
Documentation/gitignore.txt

@ -77,7 +77,7 @@ PATTERN FORMAT
Put a backslash ("`\`") in front of the first hash for patterns Put a backslash ("`\`") in front of the first hash for patterns
that begin with a hash. 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 - An optional prefix "`!`" which negates the pattern; any

Loading…
Cancel
Save