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