From 4b59d24f4f97f75f7f62ef31112870892d08b8f8 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Tue, 16 Dec 2014 08:41:34 +0100 Subject: openbsc: Ignore generated coverage analysis files This patch adds *.gcda and *.gcno to .gitignore to skip files that are generated by gcc --coverage and related tools. Sponsored-by: On-Waves ehf --- openbsc/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc') diff --git a/openbsc/.gitignore b/openbsc/.gitignore index c08495f9e..4bfa27d0e 100644 --- a/openbsc/.gitignore +++ b/openbsc/.gitignore @@ -14,6 +14,8 @@ src/osmo-bsc/osmo-bsc *.sw? .libs *.pyc +*.gcda +*.gcno #configure aclocal.m4 -- cgit v1.2.3