определение атрибутов для каждого пути (Defining attributes per path)
DEFINING MACRO ATTRIBUTES
Custom macro attributes can be defined only in top-level
gitattributes files ($GIT_DIR/info/attributes
, the .gitattributes
file at the top level of the working tree, or the global or
system-wide gitattributes files), not in .gitattributes
files in
working tree subdirectories. The built-in macro attribute
"binary" is equivalent to:
[attr]binary -diff -merge -text