On Fri, Jan 02, 2015 at 11:24:33AM +0100, Mijo Safradin wrote:
> Add coverage specific data files to gitignore
>
> Signed-off-by: Mijo Safradin
I applied this, thanks.
I don't see patch 1/2, where is it?
___
dev mailing list
dev@openvswitch.org
http:/
Add coverage specific data files to gitignore
Signed-off-by: Mijo Safradin
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8201d50..50ec1d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
#*#
*.a
*.d
+*.gcno
+*.gcda
*.ko
*.la
*.lo