diff mbox series

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

Message ID 20190502004217.20863-2-vagrant@reproducible-builds.org
State Superseded
Delegated to: Tom Rini
Headers show
Series Tidy up support for compressed fit-dtb.blob. | expand

Commit Message

Vagrant Cascadian May 2, 2019, 12:42 a.m. UTC
Signed-off-by: Vagrant Cascadian <vagrant@reproducible-builds.org>
---

 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marek Vasut May 2, 2019, 9:23 a.m. UTC | #1
On 5/2/19 2:42 AM, Vagrant Cascadian wrote:
> Signed-off-by: Vagrant Cascadian <vagrant@reproducible-builds.org>
> ---

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 c2afcfbca2..d8b7b77844 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -35,7 +35,7 @@
>  #
>  # Top-level generic files
>  #
> -fit-dtb.blob
> +fit-dtb.blob*
>  /MLO*
>  /SPL*
>  /System.map
>
Vagrant Cascadian May 2, 2019, 4:44 p.m. UTC | #2
On 2019-05-02, Marek Vasut wrote:
> On 5/2/19 2:42 AM, Vagrant Cascadian wrote:
>> Signed-off-by: Vagrant Cascadian <vagrant@reproducible-builds.org>
>> ---
>
> 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... should I break it up into two lines:

  Add fit-dtb.blob* to .gitignore.

  Also excludes compressed blobs.

?

I guess I could also mention the commit where compressed blobs were
introduced... that would drag it out a bit longer.

Thanks!


live well,
  vagrant


>>  .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*
>>  /SPL*
>>  /System.map
>> 
>
>
> -- 
> Best regards,
> Marek Vasut
Marek Vasut May 2, 2019, 5:07 p.m. UTC | #3
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 <vagrant@reproducible-builds.org>
>>> ---
>>
>> 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... should I break it up into two lines:
> 
>   Add fit-dtb.blob* to .gitignore.
> 
>   Also excludes compressed blobs.

I think so ... and that it's the same you applied to the SPL part maybe ?
diff mbox series

Patch

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*
 /SPL*
 /System.map