Add /coverage/ to .gitignore
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
Show quoted text
Blog sobre TI: http://fabriziomello.blogspot.com
Perfil Linkedin: http://br.linkedin.com/in/fabriziomello
Twitter: http://twitter.com/fabriziomello
Attachments:
gitignore-coverage.patchapplication/octet-stream; name=gitignore-coverage.patchDownload
diff --git a/.gitignore b/.gitignore
index 8e227a2..2878e4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@ lib*.pc
/pgsql.sln.cache
/Debug/
/Release/
+/coverage/
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