Messages in this thread |  | | | Date | Sun, 25 May 2008 09:14:11 +0200 | | From | Sam Ravnborg <> | | Subject | Re: [PATCH] [.gitignore] match ncscope.out |
On Wed, May 21, 2008 at 10:47:28PM +0200, Jan Engelhardt wrote:
>
> On Thursday 2008-05-22 03:23, Jike Song wrote:
> > ---
> > .gitignore | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/.gitignore b/.gitignore
> > index 090b293..a48b1e1 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -51,7 +51,7 @@ patches
> > series
> >
> > # cscope files
> > -cscope.*
> > +*cscope.*
>
> Unless you know there is acscope, bcscope, etc. I'd rather add
> just ncscope.* instead of the catches-more *cscope.*.
I did this change when I applied it.
Thanks,
Sam
|  |