Re: Add /coverage/ to .gitignore

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: fabriziomello(at)gmail(dot)com
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add /coverage/ to .gitignore
Date: 2013-07-10 01:14:09
Message-ID: 1373418849.16613.5.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2013-07-01 at 20:16 -0300, Fabrízio de Royes Mello wrote:
> Hi all,
>
> When we run...
>
> ./configure --enable-converage
> make coverage-html
>
> ...the output is generated into /coverage/ directory. The attached patch
> add /converage/ to .gitignore.

I have committed this. It should be coverage/, however, because it can
also exist in subdirectories.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2013-07-10 01:19:41 pgbench patches
Previous Message Mike Blackwell 2013-07-10 01:01:38 Re: Performance Improvement by reducing WAL for Update Operation