diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-03-05 09:42:25 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-03-06 16:37:19 -0500 |
| commit | 7ba921b9e90d2b2abdfe36862b05d7bbc5e328c3 (patch) | |
| tree | 65f777fad47849d3ddf5af6d4277ef109ac07185 /.gitignore | |
| parent | 0752c8d8a4e2f64895404b1e23e230c38902dd64 (diff) | |
*: Tell git to ignore gcov output files
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 226dca09d0..ca61140d00 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,12 @@ *.pb.cc *_clippy.c +### gcov outputs + +*.gcno +*.gcov +*.gcda + ### dist *.tar.?z |
