diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-02-17 10:32:50 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-02-18 15:01:58 +0200 |
commit | ec97264431a3b29327332072b5328d81768547c9 (patch) | |
tree | 3f295a43c94caed0238149c821980379ae56a56f /.gitignore | |
parent | d5da86b0980ce84c1d64507452eaf7a301f3c85d (diff) | |
download | qtlocation-mapboxgl-ec97264431a3b29327332072b5328d81768547c9.tar.gz |
[osx] Enable coverage support for debug build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 17531a3c3d..1b6ed5386b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ *.actual.png *.diff.png *.pyc +*.gcno +*.gcda offline.db /platform/android/debug /platform/android/sdk |