linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ihex2fw should be ignored by scripts/.gitignore because ihex2fw is in scripts directory
@ 2009-04-27  3:43 Hitoshi Mitake
  2009-04-27  6:39 ` David Woodhouse
  0 siblings, 1 reply; 3+ messages in thread
From: Hitoshi Mitake @ 2009-04-27  3:43 UTC (permalink / raw)
  To: dwmw2, jaharkes, linux-kernel

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ihex2fw should be ignored by scripts/.gitignore because ihex2fw is in scripts directory
  2009-04-27  3:43 [PATCH] ihex2fw should be ignored by scripts/.gitignore because ihex2fw is in scripts directory Hitoshi Mitake
@ 2009-04-27  6:39 ` David Woodhouse
  2009-04-27 11:04   ` Hitoshi Mitake
  0 siblings, 1 reply; 3+ messages in thread
From: David Woodhouse @ 2009-04-27  6:39 UTC (permalink / raw)
  To: Hitoshi Mitake; +Cc: jaharkes, linux-kernel

On Mon, 2009-04-27 at 12:43 +0900, Hitoshi Mitake wrote:
> 
> 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)

Actually, ihex2fw should never have been moved from the firmware/
directory to scripts/. I've already moved it back, so the .gitignore
files are correct as they are.

-- 
David Woodhouse                            Open Source Technology Centre
David.Woodhouse@intel.com                              Intel Corporation


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ihex2fw should be ignored by scripts/.gitignore because  ihex2fw is in scripts directory
  2009-04-27  6:39 ` David Woodhouse
@ 2009-04-27 11:04   ` Hitoshi Mitake
  0 siblings, 0 replies; 3+ messages in thread
From: Hitoshi Mitake @ 2009-04-27 11:04 UTC (permalink / raw)
  To: David Woodhouse; +Cc: jaharkes, linux-kernel

On Mon, Apr 27, 2009 at 15:39, David Woodhouse <dwmw2@infradead.org> wrote:
> On Mon, 2009-04-27 at 12:43 +0900, Hitoshi Mitake wrote:
>>
>> 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)
>
> Actually, ihex2fw should never have been moved from the firmware/
> directory to scripts/. I've already moved it back, so the .gitignore
> files are correct as they are.
>

I didn't know that. Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-27 11:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-27  3:43 [PATCH] ihex2fw should be ignored by scripts/.gitignore because ihex2fw is in scripts directory Hitoshi Mitake
2009-04-27  6:39 ` David Woodhouse
2009-04-27 11:04   ` Hitoshi Mitake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).