From 5607c08b4d98897e6c801f760e13fad51b0088bf Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 30 Jun 2014 17:38:35 +0100 Subject: [PATCH] build: Add the lcov directory to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 313bf7c..2e47848 100644 --- a/.gitignore +++ b/.gitignore @@ -177,3 +177,6 @@ win32/vs9/libnice/ glib/ *.exe ar-lib + +# Code coverage +lcov/ -- 2.7.4