Harald Welte has submitted this change and it was merged. Change subject: Ignore test binaries using mask ......................................................................
Ignore test binaries using mask Change-Id: Ic7930c6e715447e91572f7ed6b0d2bb2238cf367 --- M .gitignore 1 file changed, 2 insertions(+), 9 deletions(-) Approvals: Harald Welte: Looks good to me, approved Jenkins Builder: Verified diff --git a/.gitignore b/.gitignore index 234ef0b..24098d6 100644 --- a/.gitignore +++ b/.gitignore @@ -34,18 +34,11 @@ .dirstamp tests/atconfig tests/package.m4 -tests/alloc/AllocTest -tests/rlcmac/RLCMACTest -tests/tbf/TbfTest -tests/types/TypesTest -tests/ms/MsTest -tests/llist/LListTest -tests/codel/codel_test +tests/*/*Test +tests/*/*_test tests/emu/pcu_emu tests/testsuite tests/testsuite.log -tests/edge/EdgeTest -tests/llc/LlcTest # ignore debian files .tarball-version -- To view, visit https://gerrit.osmocom.org/3153 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic7930c6e715447e91572f7ed6b0d2bb2238cf367 Gerrit-PatchSet: 2 Gerrit-Project: osmo-pcu Gerrit-Branch: master Gerrit-Owner: Max <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder
