--- openbsc/.gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/openbsc/.gitignore b/openbsc/.gitignore index bd35256..c19c16a 100644 --- a/openbsc/.gitignore +++ b/openbsc/.gitignore @@ -39,12 +39,15 @@ src/utils/isdnsync src/nat/bsc_nat src/gprs/osmo-sgsn src/gprs/osmo-gbproxy +src/osmo-bsc_nat/osmo-bsc_nat
#tests +tests/bsc-nat/bsc_nat_test tests/channel/channel_test tests/db/db_test tests/debug/debug_test tests/gsm0408/gsm0408_test +tests/mgcp/mgcp_test tests/sccp/sccp_test tests/sms/sms_test tests/timer/timer_test