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>
This commit is contained in:
Teodora Sechkova 2021-03-18 18:11:20 +02:00
parent b5c8ba007e
commit 98ddbdd397
No known key found for this signature in database
GPG key ID: 65F78F613EA1914E

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
# Files that will always have LF line endings on checkout.
tests/repository_data/** text eol=lf