neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/21965 )
Change subject: handover_test: gitignore ...................................................................... handover_test: gitignore We decided not to keep the handover_test script expected outputs (osmo-bsc's logging output) in the source tree. For manual comparison, they are still produced by 'handover_tests.sh -u', ignore them. Change-Id: I5dda03f21b568e07cf26501ba2e0683108d408b6 --- M .gitignore 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/65/21965/1 diff --git a/.gitignore b/.gitignore index c7b14bf..6a8d2c1 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,9 @@ tests/testsuite tests/testsuite.log +tests/handover/test*.ok +tests/handover/test*.err + writtenconfig/ # manuals -- To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/21965 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Change-Id: I5dda03f21b568e07cf26501ba2e0683108d408b6 Gerrit-Change-Number: 21965 Gerrit-PatchSet: 1 Gerrit-Owner: neels <[email protected]> Gerrit-MessageType: newchange
