summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamed Abdelnour <mohamed.k.abdelnour@gmail.com>2021-06-05 18:56:07 +0200
committerMartin Nordholts <enselic@gmail.com>2021-06-14 08:36:20 +0200
commit12ecb325c911d2f059962ca71f5d90b87f92dc85 (patch)
tree08fa92a318f4631c95163c7a57086aca825feb1e
parent90e48e9b61f68333c4d846cf273beb7e42555656 (diff)
Modify Linguist overrides
-rw-r--r--tests/.gitattributes12
1 files 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