From f0bfb5ca84f55d85a9e16448e102dd876f852972 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sun, 5 May 2024 15:17:37 +0300 Subject: [PATCH] gitattributes: mark test/data/*.txt as text files They are text files as far as diff is concerned, although contain invalid utf-8. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..648f3f523 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +test/data/*.txt diff