Re: [U-Boot] [PATCH 1/3] Add fit-dtb.blob* to .gitignore to also exclude compressed blobs.

2019-05-02 Thread Vagrant Cascadian
On 2019-05-02, Marek Vasut wrote: > On 5/2/19 2:42 AM, Vagrant Cascadian wrote: >> Signed-off-by: Vagrant Cascadian >> --- > > Commit message is missing on this and 2/3 patch , otherwise the series > looks good, thanks. I'm not sure what more to add that isn't already in the subject line... shoul

Re: [U-Boot] [PATCH 1/3] Add fit-dtb.blob* to .gitignore to also exclude compressed blobs.

2019-05-02 Thread Marek Vasut
On 5/2/19 6:44 PM, Vagrant Cascadian wrote: > On 2019-05-02, Marek Vasut wrote: >> On 5/2/19 2:42 AM, Vagrant Cascadian wrote: >>> Signed-off-by: Vagrant Cascadian >>> --- >> >> Commit message is missing on this and 2/3 patch , otherwise the series >> looks good, thanks. > > I'm not sure what mor

Re: [U-Boot] [PATCH 1/3] Add fit-dtb.blob* to .gitignore to also exclude compressed blobs.

2019-05-02 Thread Marek Vasut
On 5/2/19 2:42 AM, Vagrant Cascadian wrote: > Signed-off-by: Vagrant Cascadian > --- Commit message is missing on this and 2/3 patch , otherwise the series looks good, thanks. > .gitignore | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.gitignore b/.gitignore > index

[U-Boot] [PATCH 1/3] Add fit-dtb.blob* to .gitignore to also exclude compressed blobs.

2019-05-01 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2afcfbca2..d8b7b77844 100644 --- a/.gitignore +++ b/.gitignore @@ -35,7 +35,7 @@ # # Top-level generic files # -fit-dtb.blob +fit-dtb.blob* /MLO*