Re: [PATCH] gitignore log files, now in root directory

2014-05-12 Thread Pekka Paalanen
On Wed, 7 May 2014 13:30:52 +0300 Pekka Paalanen wrote: > On Tue, 11 Mar 2014 18:11:43 + > "Bryce W. Harrington" wrote: > > > > > Signed-off-by: Bryce Harrington > > --- > > .gitignore |2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/.gitignore b/.gitignore > > index

Re: [PATCH] gitignore log files, now in root directory

2014-05-07 Thread Pekka Paalanen
On Tue, 11 Mar 2014 18:11:43 + "Bryce W. Harrington" wrote: > > Signed-off-by: Bryce Harrington > --- > .gitignore |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitignore b/.gitignore > index e0a73c0..d3044a2 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -2,6 +2,7 @@

[PATCH] gitignore log files, now in root directory

2014-03-11 Thread Bryce W. Harrington
Signed-off-by: Bryce Harrington --- .gitignore |2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e0a73c0..d3044a2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.jpg *.la *.lo +*.log *.o *.pc *.so @@ -21,6 +22,7 @@ cscope.out /config.status