laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/39653?usp=email )
Change subject: .gitignore: add utils/osmo-amr-inspect
......................................................................
.gitignore: add utils/osmo-amr-inspect
The osmo-amr-inspect binary built in utils is not covered by any
previous .gitignore files, thus its presence adds noise to
'git status' output, making other work in this repository more
difficult.
Change-Id: I5fd24c19b00f3ea3a18d30d6ee1ccb621c28434c
---
M .gitignore
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/.gitignore b/.gitignore
index 5dfa913..fd14f41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,6 +49,8 @@
examples/stream-client
examples/stream-server
+utils/osmo-amr-inspect
+
Doxyfile
/examples/udp-test-client
/examples/udp-test-server
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/39653?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I5fd24c19b00f3ea3a18d30d6ee1ccb621c28434c
Gerrit-Change-Number: 39653
Gerrit-PatchSet: 2
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: pespin <pespin(a)sysmocom.de>