aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/.gitignore
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-12-16 08:41:34 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-23 15:12:42 +0100
commit4b59d24f4f97f75f7f62ef31112870892d08b8f8 (patch)
tree93948eefe7cfa8a9e01003946b5ed8e6308c9c8e /openbsc/.gitignore
parent697a534ed64e76de3cfb8b558e40d081f70b31ff (diff)
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
Diffstat (limited to 'openbsc/.gitignore')
-rw-r--r--openbsc/.gitignore2
1 files changed, 2 insertions, 0 deletions
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