laforge submitted this change.
.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(-)
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 change 39653. To unsubscribe, or for help writing mail filters, visit settings.