diff options
author | Simon Warta <[email protected]> | 2015-07-08 00:48:42 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-08 01:05:00 +0200 |
commit | b0a021f03646a8a000208c2f9d87e9f2fb5a5512 (patch) | |
tree | c7f409442c546d8c8c8ed3243fd633ca0f6ec449 /.gitignore | |
parent | 0a8f650fb89709b9c26e346e9feeb2751599fc7c (diff) |
Ignore coverage output
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5275cc126..2fad5fbd1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,7 @@ botan_all.h botan_all_internal.h botan_all.cpp botan_all_*.cpp + +# Coverage output +coverage.info +coverage/ |