mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
parent
1fa7412e87
commit
8abe49abb4
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Files that will always have LF line endings on checkout.
|
||||
tests/repository_data/** text eol=lf
|
||||
|
||||
Loading…
Reference in a new issue