Re: [PATCH] [.gitignore] match ncscope.out

From: Jike Song
Date: Thu May 22 2008 - 22:53:49 EST


sounds reasonable. As far as I know, `ncscope*.out' is enough to
match all the cscope tmp files.

--
thanks and regards,
Jike

On Thu, May 22, 2008 at 4:47 AM, Jan Engelhardt <jengelh@xxxxxxxxxx> 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.*.
>
--
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/