diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-07 03:17:42 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-21 16:11:31 -0400 |
| commit | 17328e7019b8b7406a82a508beedf3138ad1681b (patch) | |
| tree | 60a963c62c89f38a8d1f4cdc847df002e0826187 /.gitignore | |
| parent | b595cda4ed0ca699da3052a6bd30ba7d1dae1124 (diff) | |
| download | meson-17328e7019b8b7406a82a508beedf3138ad1681b.tar.gz | |
Add coverage export for tests.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b3506894f..f16854a48 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /.idea __pycache__ +.coverage /install dir /work area |
