Merge branch 'rs/mailinfo-header-cmp' into maint
[gitweb.git] / Documentation / gitignore.txt
index b08d34d84ec92eec6aa54572e3823062424c23bf..8734c1566ca918e8c62f759aebdf7d0b497e860b 100644 (file)
@@ -77,6 +77,9 @@ 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
+   ("`\`").
+
  - An optional prefix "`!`" which negates the pattern; any
    matching file excluded by a previous pattern will become
    included again. It is not possible to re-include a file if a parent