From: Garming Sam Date: Fri, 8 Jun 2018 00:06:08 +0000 (+1200) Subject: git: Treat .dump files as binary X-Git-Tag: tdb-1.3.17~2172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d52ef8dcfef44c500571f2c62386ba5ae3189a5;p=thirdparty%2Fsamba.git git: Treat .dump files as binary This means that git grep will no longer show TDB dumps. This can be changed at runtime using -a for all to include these files, while -I will also omit any references to the files (no Binary file * matches). Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..487bb88448b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.dump binary