2009-06-17 08:41:51

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: [PATCH] gitignore scripts/ihex2fw


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

Signed-off-by: Jaswinder Singh Rajput <[email protected]>
---
.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



2009-06-20 12:40:29

by Sam Ravnborg

[permalink] [raw]
Subject: Re: [PATCH] gitignore scripts/ihex2fw

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 <[email protected]>
> ---
> .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

2009-06-20 12:56:12

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: Re: [PATCH] gitignore scripts/ihex2fw

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 <[email protected]>
> > ---
> > .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 <[email protected]>
---
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


2009-06-26 22:16:35

by Sam Ravnborg

[permalink] [raw]
Subject: Re: [PATCH] gitignore scripts/ihex2fw

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 <[email protected]>
> > > ---
> > > .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