Adding gitattributes for split-file tests

This change gets the split-file tests passing on Windows when
autocrlf=true.
This commit is contained in:
Chris Bieneman 2022-01-18 15:37:10 -06:00
parent 68226e572f
commit ea836c880a
1 changed files with 2 additions and 0 deletions

2
llvm/.gitattributes vendored
View File

@ -23,3 +23,5 @@ test/tools/llvm-mca/X86/directives-handle-crlf.s text eol=crlf
# These files must have LF line endings because the test requires exact matching
test/tools/llvm-strings/radix.test text eol=lf
test/tools/split-file/basic.test text eol=lf
test/tools/split-file/Inputs/basic-*.txt eol=lf