git: Treat .dump files as binary
authorGarming Sam <garming@catalyst.net.nz>
Fri, 8 Jun 2018 00:06:08 +0000 (12:06 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 Aug 2018 21:42:19 +0000 (23:42 +0200)
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]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..487bb88
--- /dev/null
@@ -0,0 +1 @@
+*.dump binary