1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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>
This commit is contained in:
Garming Sam 2018-06-08 12:06:08 +12:00 committed by Andrew Bartlett
parent 739691fd1e
commit 6d52ef8dcf

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.dump binary