summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2022-07-01 21:19:26 +0800
committerLasse Collin <lasse.collin@tukaani.org>2022-07-10 22:42:22 +0300
commitd1bfa3dc703325ecd974167e864a8712fdfe936e (patch)
tree3cc205c618030e84dd8bdb6d3c98808d43fe38e1 /.gitignore
parent86a30b0255d8064169fabfd213d907016d2f9f2a (diff)
downloadxz-d1bfa3dc703325ecd974167e864a8712fdfe936e.tar.gz
Created script to generate code coverage reports.
The script uses lcov and genhtml after running the tests to show the code coverage statistics. The script will create a coverage directory where it is run. It can be run both in and out of the source directory.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 782c12c..3aa4bb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,8 @@
.deps
.libs
+*.gcda
+*.gcno
*.la
*.lo
*.o
@@ -32,6 +34,8 @@ build-aux/ltmain.sh
build-aux/missing
build-aux/test-driver
+coverage
+
/src/liblzma/liblzma.pc
/src/lzmainfo/lzmainfo
/src/xz/xz