Skip to content

Commit 99bec81

Browse files
committed
[compiler-rt] [test] Mark a couple files as requiring LF newlines
Since dccebdd, the majority of files are checked out in the "native" form, which means CRLF newlines on Windows, despite what the Git core.autocrlf setting is set to. Some of the profile test files fail if they have CRLF newlines; add a .gitattributes file that forces them to be checked out with LF newlines.
1 parent bafc66e commit 99bec81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
instrprof-gcov-*.c text eol=lf
2+
instrprof-gcov-*.cpp text eol=lf
3+
instrprof-shared-*.c text eol=lf

0 commit comments

Comments
 (0)