python-tuf/.gitattributes
Teodora Sechkova 8abe49abb4
Add .gitattributes file
For compatibility with Windows systems, declare repository_data
files to always have LF line endings on checkout.

A trailing "/**" matches everything inside, with infinite depth.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
2021-03-24 12:23:07 +02:00

3 lines
97 B
Text

# Files that will always have LF line endings on checkout.
tests/repository_data/** text eol=lf