From 7b324074b5ecd89ad8b15dfbe51787751d5cd3e9 Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:23:18 +0200 Subject: [PATCH] mark test/wpt as vendored in .gitattributes (#32663) although expectation and _mozilla test are ours --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 581671af6b7..c08bb1c85e6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ * text=auto eol=lf -tests/* linguist-vendored +tests/wpt/** linguist-vendored # Denote all files that are truly binary and should not be modified. *.png binary