diff options
author | Jürg Billeter <j@bitron.ch> | 2009-09-26 21:58:39 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2009-09-26 23:19:36 +0200 |
commit | 331d4e8d2927eb912edd9b286568376149f60322 (patch) | |
tree | 48b7faf0bb769bdbde36318eea87caacc4a6c68b /.gitignore | |
parent | 4d4176547022421e24fda56041862bdf129dbd3c (diff) | |
download | vala-331d4e8d2927eb912edd9b286568376149f60322.tar.gz |
Add support for coverage analysis using gcov and lcov
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 42c1298fc..94ed5cc68 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,8 @@ ylwrap compile stamp-h1 *.pc + +*.gcda +*.gcno +coverage +lcov.info |