From 90380d566404af9cca38d41d0ca433c3d4f5f954 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Fri, 3 Jul 2020 08:39:03 -0700 Subject: [PATCH] Ensure Git applies Unix line-endings in tests (#18495) --- buildroot/tests/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 buildroot/tests/.gitattributes diff --git a/buildroot/tests/.gitattributes b/buildroot/tests/.gitattributes new file mode 100644 index 0000000000..6313b56c57 --- /dev/null +++ b/buildroot/tests/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf