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
This commit is contained in:
Jacob Erlbeck
2014-12-16 08:41:34 +01:00
committed by Holger Hans Peter Freyther
parent 697a534ed6
commit 4b59d24f4f

2
openbsc/.gitignore vendored
View File

@@ -14,6 +14,8 @@ src/osmo-bsc/osmo-bsc
*.sw?
.libs
*.pyc
*.gcda
*.gcno
#configure
aclocal.m4