Skip to content

Commit

Permalink
Add .gitattribites file
Browse files Browse the repository at this point in the history
For compatibility with Windows systems, declare repository_data
files to always have LF line endings on checkout.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
  • Loading branch information
sechkova committed Mar 18, 2021
1 parent 1b9912c commit fa4065f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Files that will always have LF line endings on checkout.
/tests/repository_data/** text eol=lf

0 comments on commit fa4065f

Please sign in to comment.