From: Joseph Sutton Date: Fri, 22 Sep 2023 00:16:06 +0000 (+1200) Subject: testdata: Mark compression test data as binary X-Git-Tag: tevent-0.16.0~347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0078a330dc3a6fce104bd7bf40d66af822f01900;p=thirdparty%2Fsamba.git testdata: Mark compression test data as binary Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/.gitattributes b/.gitattributes index 75561351b8a..9530d88a70e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,7 @@ *.dump binary *.SAMBABACKUP binary +testdata/compression/compressed-huffman/** binary +testdata/compression/compressed-more-huffman/** binary +testdata/compression/compressed-more-plain/** binary +testdata/compression/compressed-plain/** binary +testdata/compression/decompressed/** binary