From: Andrey Smirnov <andrew.smirnov@gmail.com>
To: barebox@lists.infradead.org
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>,
Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: [PATCH] gitignore: Add *.pblx files
Date: Thu, 12 Apr 2018 14:38:59 -0700 [thread overview]
Message-ID: <20180412213859.13742-1-andrew.smirnov@gmail.com> (raw)
Looks like *.pblx was accidentally dropped from ignored files list and
now my "git status" is clobbered by every *.pblx image that is being
built (that's quite a lot for imx_v7_defconfig). Re-add original rule
to prevent that.
Fixes eed8a41c5 ("gitignore: ignore pblx.simximg files")
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
images/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/images/.gitignore b/images/.gitignore
index cce975f29..d6e85fa85 100644
--- a/images/.gitignore
+++ b/images/.gitignore
@@ -1,5 +1,6 @@
*.pbl
*.pblx.*
+*.pblx
*.pblb
*.img
*.imximg
--
2.14.3
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2018-04-12 21:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-12 21:38 Andrey Smirnov [this message]
2018-04-16 7:02 ` Sascha Hauer
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=20180412213859.13742-1-andrew.smirnov@gmail.com \
--to=andrew.smirnov@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=s.trumtrar@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox