Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitattributes: Ignore .SAMBABACKUP files | Garming Sam | 2018-08-16 | 1 | -0/+1 |
| | | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | git: Treat .dump files as binary | Garming Sam | 2018-08-16 | 1 | -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> |