[PATCH] ihex2fw should be ignored by scripts/.gitignore becauseihex2fw is in scripts directory

From: Hitoshi Mitake
Date: Mon Apr 27 2009 - 00:07:05 EST


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@xxxxxxxxx>

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/