Merge branch 'rs/use-strbuf-complete-line'
[gitweb.git] / Documentation / gitignore.txt
index 04d50606c2eda7ce05c1b8720ebb8a11c0e316bc..4fd04423e9342e05d34b4a72a4e1af802b8c10c8 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 backslash
+   ("`\`").
+
  - 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