diff options
author | Garming Sam <garming@catalyst.net.nz> | 2018-06-08 12:06:08 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-08-16 23:42:19 +0200 |
commit | 6d52ef8dcfef44c500571f2c62386ba5ae3189a5 (patch) | |
tree | 9844659b18a9ab624cd761a4995419438ed4cc6c /.gitattributes | |
parent | 739691fd1e34fda0280d068e1693fa6a2c61f9b6 (diff) | |
download | samba-6d52ef8dcfef44c500571f2c62386ba5ae3189a5.tar.gz |
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>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..487bb88448b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.dump binary |