lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/30914 )
Change subject: .gitignore: make poky regex more specific ...................................................................... .gitignore: make poky regex more specific Otherwise it would also prevent changes to the poky role Change-Id: I3ac9a6129323f27ba387b44d8293d7b134716af8 --- M ansible/.gitignore 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/14/30914/1 diff --git a/ansible/.gitignore b/ansible/.gitignore index 2fa603c..b23a1b1 100644 --- a/ansible/.gitignore +++ b/ansible/.gitignore @@ -1,4 +1,4 @@ -poky-* +poky-*toolchain* cov-analysis-*.tar.gz *.retry *.swo -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/30914 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I3ac9a6129323f27ba387b44d8293d7b134716af8 Gerrit-Change-Number: 30914 Gerrit-PatchSet: 1 Gerrit-Owner: lynxis lazus <[email protected]> Gerrit-MessageType: newchange
