All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] Add fit-dtb.blob* to .gitignore to also exclude compressed blobs.
Date: Wed,  1 May 2019 17:42:14 -0700	[thread overview]
Message-ID: <20190502004217.20863-2-vagrant@reproducible-builds.org> (raw)
In-Reply-To: <20190502004217.20863-1-vagrant@reproducible-builds.org>

Signed-off-by: Vagrant Cascadian <vagrant@reproducible-builds.org>
---

 .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
-- 
2.20.1

  reply	other threads:[~2019-05-02  0:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-02  0:42 [U-Boot] [PATCH 0/3] Tidy up support for compressed fit-dtb.blob Vagrant Cascadian
2019-05-02  0:42 ` Vagrant Cascadian [this message]
2019-05-02  9:23   ` [U-Boot] [PATCH 1/3] Add fit-dtb.blob* to .gitignore to also exclude compressed blobs Marek Vasut
2019-05-02 16:44     ` Vagrant Cascadian
2019-05-02 17:07       ` Marek Vasut
2019-05-02  0:42 ` [U-Boot] [PATCH 2/3] Clean fit-dtb.blob* to also catch " Vagrant Cascadian
2019-05-02  0:42 ` [U-Boot] [PATCH 3/3] Set time and umask on fit-dtb.blob to ensure reproducibile builds Vagrant Cascadian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190502004217.20863-2-vagrant@reproducible-builds.org \
    --to=vagrant@reproducible-builds.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.