From 0a37b60d70abda30e73b053884a435bd1035f317 Mon Sep 17 00:00:00 2001 From: Nik Date: Sat, 16 Mar 2024 10:22:51 +0100 Subject: [PATCH] git: Mark all test files as binary --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index cbe814b..5521b4b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ *.pat linguist-language=Rust *.hexpat linguist-language=Rust + +tests/patterns/test_data/* binary