git: Treat .dump files as binary
commit6d52ef8dcfef44c500571f2c62386ba5ae3189a5
authorGarming Sam <garming@catalyst.net.nz>
Fri, 8 Jun 2018 00:06:08 +0000 (8 12:06 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 Aug 2018 21:42:19 +0000 (16 23:42 +0200)
tree9844659b18a9ab624cd761a4995419438ed4cc6c
parent739691fd1e34fda0280d068e1693fa6a2c61f9b6
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 <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
.gitattributes [new file with mode: 0644]