All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore scripts/ihex2fw
@ 2009-06-17  8:41 Jaswinder Singh Rajput
  2009-06-20 12:42 ` Sam Ravnborg
  0 siblings, 1 reply; 4+ messages in thread
From: Jaswinder Singh Rajput @ 2009-06-17  8:41 UTC (permalink / raw)
  To: Sam Ravnborg, Ingo Molnar, x86 maintainers, LKML


scripts/ihex2fw is a binary file is suitable candidate for ignore

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index cecb3b0..cdfb7ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,6 +70,9 @@ GRTAGS
 GSYMS
 GTAGS
 
+# scripts binary files
+scripts/ihex2fw
+
 *.orig
 *~
 \#*#
-- 
1.6.0.6




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

* Re: [PATCH] gitignore scripts/ihex2fw
  2009-06-17  8:41 [PATCH] gitignore scripts/ihex2fw Jaswinder Singh Rajput
@ 2009-06-20 12:42 ` Sam Ravnborg
  2009-06-20 12:55   ` Jaswinder Singh Rajput
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Ravnborg @ 2009-06-20 12:42 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: Ingo Molnar, x86 maintainers, LKML

On Wed, Jun 17, 2009 at 02:11:57PM +0530, Jaswinder Singh Rajput wrote:
> 
> scripts/ihex2fw is a binary file is suitable candidate for ignore
> 
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> ---
>  .gitignore |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index cecb3b0..cdfb7ce 100644
> --- a/.gitignore
> +++ b/.gitignore

Why not scripts/.gitignore?

	Sam

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

* Re: [PATCH] gitignore scripts/ihex2fw
  2009-06-20 12:42 ` Sam Ravnborg
@ 2009-06-20 12:55   ` Jaswinder Singh Rajput
  2009-06-26 22:18     ` Sam Ravnborg
  0 siblings, 1 reply; 4+ messages in thread
From: Jaswinder Singh Rajput @ 2009-06-20 12:55 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: Ingo Molnar, x86 maintainers, LKML

On Sat, 2009-06-20 at 14:42 +0200, Sam Ravnborg wrote:
> On Wed, Jun 17, 2009 at 02:11:57PM +0530, Jaswinder Singh Rajput wrote:
> > 
> > scripts/ihex2fw is a binary file is suitable candidate for ignore
> > 
> > Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> > ---
> >  .gitignore |    3 +++
> >  1 files changed, 3 insertions(+), 0 deletions(-)
> > 
> > diff --git a/.gitignore b/.gitignore
> > index cecb3b0..cdfb7ce 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> 
> Why not scripts/.gitignore?

[PATCH] gitignore scripts/ihex2fw

scripts/ihex2fw is a binary files should be ignored

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 scripts/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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




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

* Re: [PATCH] gitignore scripts/ihex2fw
  2009-06-20 12:55   ` Jaswinder Singh Rajput
@ 2009-06-26 22:18     ` Sam Ravnborg
  0 siblings, 0 replies; 4+ messages in thread
From: Sam Ravnborg @ 2009-06-26 22:18 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: Ingo Molnar, x86 maintainers, LKML

On Sat, Jun 20, 2009 at 06:25:25PM +0530, Jaswinder Singh Rajput wrote:
> On Sat, 2009-06-20 at 14:42 +0200, Sam Ravnborg wrote:
> > On Wed, Jun 17, 2009 at 02:11:57PM +0530, Jaswinder Singh Rajput wrote:
> > > 
> > > scripts/ihex2fw is a binary file is suitable candidate for ignore
> > > 
> > > Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> > > ---
> > >  .gitignore |    3 +++
> > >  1 files changed, 3 insertions(+), 0 deletions(-)
> > > 
> > > diff --git a/.gitignore b/.gitignore
> > > index cecb3b0..cdfb7ce 100644
> > > --- a/.gitignore
> > > +++ b/.gitignore
> > 
> > Why not scripts/.gitignore?
> 
> [PATCH] gitignore scripts/ihex2fw
> 
> scripts/ihex2fw is a binary files should be ignored

Applied.

	Sam

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

end of thread, other threads:[~2009-06-26 22:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-17  8:41 [PATCH] gitignore scripts/ihex2fw Jaswinder Singh Rajput
2009-06-20 12:42 ` Sam Ravnborg
2009-06-20 12:55   ` Jaswinder Singh Rajput
2009-06-26 22:18     ` Sam Ravnborg

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.