$GIT_COMMON_DIR: a new environment variable
[gitweb.git] / Documentation / gitignore.txt
index b08d34d84ec92eec6aa54572e3823062424c23bf..09e82c31bd320a162689a7f2d919de439d05375a 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