osmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-pcap/+/14671 )
Change subject: gitignore: fix application names ...................................................................... gitignore: fix application names Change-Id: I4ea6b6691a0e6cfb3de0c9d2b1a0c3ed68a18514 --- M .gitignore 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/.gitignore b/.gitignore index b80db93..882ef61 100644 --- a/.gitignore +++ b/.gitignore @@ -27,8 +27,8 @@ # apps -src/osmo_pcap_client -src/osmo_pcap_server +src/osmo-pcap-client +src/osmo-pcap-server # tests tests/atconfig -- To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/14671 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-pcap Gerrit-Branch: master Gerrit-Change-Id: I4ea6b6691a0e6cfb3de0c9d2b1a0c3ed68a18514 Gerrit-Change-Number: 14671 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: neels <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-MessageType: merged
