From: Hitoshi Mitake <h.mitake@gmail.com>
To: dwmw2@infradead.org, jaharkes@cs.cmu.edu, linux-kernel@vger.kernel.org
Subject: [PATCH] ihex2fw should be ignored by scripts/.gitignore because ihex2fw is in scripts directory
Date: Mon, 27 Apr 2009 12:43:33 +0900 [thread overview]
Message-ID: <20090427124333.a7270ddf.h.mitake@gmail.com> (raw)
Hi
I found this message from git-status on not modified clone of Linus's tree,
# Not currently on any branch.
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# scripts/ihex2fw
nothing added to commit but untracked files present (use "git add" to track)
This isn't a something fatal.
But I think this is not comfortable.
So I wrote the little patch to fix this. Please use.
Signed-off-by: Hitoshi Mitake <h.mitake@gmail.com>
---
firmware/.gitignore | 2 +-
scripts/.gitignore | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/firmware/.gitignore b/firmware/.gitignore
index d9c6901..e292d92 100644
--- a/firmware/.gitignore
+++ b/firmware/.gitignore
@@ -3,4 +3,4 @@
*.bin
*.csp
*.dsp
-ihex2fw
+
diff --git a/scripts/.gitignore b/scripts/.gitignore
index b939fbd..52cab46 100644
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -7,3 +7,4 @@ pnmtologo
bin2c
unifdef
binoffset
+ihex2fw
--
1.5.6.5
next reply other threads:[~2009-04-27 4:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-27 3:43 Hitoshi Mitake [this message]
2009-04-27 6:39 ` David Woodhouse
2009-04-27 11:04 ` Hitoshi Mitake
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=20090427124333.a7270ddf.h.mitake@gmail.com \
--to=h.mitake@gmail.com \
--cc=dwmw2@infradead.org \
--cc=jaharkes@cs.cmu.edu \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®