From 12ecb325c911d2f059962ca71f5d90b87f92dc85 Mon Sep 17 00:00:00 2001 From: Mohamed Abdelnour Date: Sat, 5 Jun 2021 18:56:07 +0200 Subject: [PATCH] Modify Linguist overrides --- tests/.gitattributes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/.gitattributes b/tests/.gitattributes index cd9cbfc3..0466c47d 100644 --- a/tests/.gitattributes +++ b/tests/.gitattributes @@ -4,9 +4,9 @@ snapshots/** text=auto eol=lf syntax-tests/source/** text=auto eol=lf syntax-tests/highlighted/** text=auto eol=lf -examples/* linguist-vendored -snapshots/* linguist-vendored -benchmarks/* linguist-vendored -benchmarks/test-src/* linguist-vendored -scripts/* linguist-vendored -syntax-tests/* linguist-vendored +# Linguist overrides +benchmarks/** linguist-vendored +examples/** linguist-vendored +snapshots/** linguist-vendored +syntax-tests/highlighted/** linguist-vendored +syntax-tests/source/** linguist-vendored