fixeria has uploaded this change for review.
.gitignore: add missing osmux_{input,output}_test
Take a chance to group test binaries and specify their full paths.
Change-Id: Icb9014fe3c501940cef2d599403aa102135dd384
---
M .gitignore
1 file changed, 8 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/06/42606/1
diff --git a/.gitignore b/.gitignore
index 38e35c8..2afea7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,9 +34,16 @@
tests/atconfig
tests/package.m4
tests/testsuite
-tests/osmux/osmux_test
tests/testsuite.log
+tests/amr/amr_test
+tests/jibuf/jibuf_test
+tests/jibuf/jibuf_tool
+tests/osmux/osmux_input_test
+tests/osmux/osmux_output_test
+tests/osmux/osmux_test
+tests/stream/stream_test
+
doc/twrtp/twrtp-guide.pdf
examples/ipa-stream-client
@@ -59,11 +66,6 @@
/examples/udp-test-server
.*.sw?
-jibuf_test
-jibuf_tool
-osmux_test2
-stream_test
-amr_test
contrib/libosmo-netif.spec
include/osmocom/netif/version.h
To view, visit change 42606. To unsubscribe, or for help writing mail filters, visit settings.