osmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/13481 )
Change subject: gitignore: add .release ...................................................................... gitignore: add .release Ignore .release files generated by make/Makefile. Change-Id: I9ea8e4326f6da2ff95cf45999637c89f884a9e19 --- A .gitignore 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Pau Espin Pedrol: Looks good to me, approved osmith: Verified diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a16a1a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.release -- To view, visit https://gerrit.osmocom.org/13481 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9ea8e4326f6da2ff95cf45999637c89f884a9e19 Gerrit-Change-Number: 13481 Gerrit-PatchSet: 3 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Daniel Willmann <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Pau Espin Pedrol <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: roh <[email protected]>
