From: Joseph Sutton Date: Thu, 17 Aug 2023 23:47:05 +0000 (+1200) Subject: .gitattributes: Treat file containing test SDDL as binary X-Git-Tag: talloc-2.4.2~1099 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04548bdbf2368f7a6da4bd964a92ed24f2c7c38c;p=thirdparty%2Fsamba.git .gitattributes: Treat file containing test SDDL as binary This file contains some very long lines that can make it hard to grep for things from the terminal. Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/.gitattributes b/.gitattributes index 1fda7c1af77..e9be5f432bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ *.dump binary *.SAMBABACKUP binary libcli/security/tests/data/conditional_aces.txt.json binary +libcli/security/tests/windows/non_canonical.txt binary testdata/compression/compressed-huffman/** binary testdata/compression/compressed-more-huffman/** binary testdata/compression/compressed-more-plain/** binary