summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)AuthorFilesLines
2018-08-16gitattributes: Ignore .SAMBABACKUP filesGarming Sam1-0/+1
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-08-16git: Treat .dump files as binaryGarming Sam1-0/+1
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>