python-tuf/.gitattributes
Teodora Sechkova 98ddbdd397
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-23 18:16:32 +02:00

3 lines
97 B
Text

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