From: Garming Sam Date: Wed, 13 Jun 2018 02:38:33 +0000 (+1200) Subject: gitattributes: Ignore .SAMBABACKUP files X-Git-Tag: tdb-1.3.17~2150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9977b4bc7c3fa7ef93f4f42fcc707d9b2d84f9cb;p=thirdparty%2Fsamba.git gitattributes: Ignore .SAMBABACKUP files Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/.gitattributes b/.gitattributes index 487bb88448b..75561351b8a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.dump binary +*.SAMBABACKUP binary