From d171f2ef3151d9b362b18ff7c632ca3162e50b00 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Tue, 21 May 2024 09:15:44 -0700 Subject: [PATCH] test: Add .gitattributes to force test data files to be binary --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..26a28b82f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +tests/data/** binary=true +tests/data/**/LICENSE.*.txt binary=false +fuzz/corpus/** binary=true \ No newline at end of file