From 00d6c85ca2fec959349bf58b9bb90f33aaf3e817 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 10 Dec 2018 19:03:10 +0100 Subject: [PATCH] [git] ignore python coverage files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1eb5f083..21bb1cce 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ # gcov generated files *.gcno *.gcda +python/lib/aubio/_aubio.*.so +.coverage # ignore compiled examples RE:examples/[a-z]* -- 2.11.0