Re: [HACKERS] Add /coverage/ to .gitignore

2013-07-09 Thread Peter Eisentraut
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.



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] Add /coverage/ to .gitignore

2013-07-01 Thread Fabrízio de Royes Mello
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.

Regards,

-- 
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
 Blog sobre TI: http://fabriziomello.blogspot.com
 Perfil Linkedin: http://br.linkedin.com/in/fabriziomello
 Twitter: http://twitter.com/fabriziomello


gitignore-coverage.patch
Description: Binary data

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers