From c7fc39ac19085c7ec8e298bd3e80b3ef83858967 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 26 Jun 2024 20:59:41 +0200 Subject: [PATCH] git: Make sure test data is always treated as binaries --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5521b4b..0433fe6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ *.pat linguist-language=Rust *.hexpat linguist-language=Rust -tests/patterns/test_data/* binary +tests/patterns/test_data/** binary