dir.c: use a single struct exclude_list per source of excludes
[gitweb.git] / Documentation / gitattributes.txt
index 80120ea14f1ccd2784405c2bf2d54863bb52e8d3..b7c0e6577e8d1dcdd7ac6f8f12ba7f6e29497445 100644 (file)
@@ -56,6 +56,7 @@ When more than one pattern matches the path, a later line
 overrides an earlier line.  This overriding is done per
 attribute.  The rules how the pattern matches paths are the
 same as in `.gitignore` files; see linkgit:gitignore[5].
+Unlike `.gitignore`, negative patterns are forbidden.
 
 When deciding what attributes are assigned to a path, git
 consults `$GIT_DIR/info/attributes` file (which has the highest