laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/30914 )
Change subject: ansible: .gitignore: make poky regex more specific ......................................................................
ansible: .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(-)
Approvals: laforge: Looks good to me, approved; Verified pespin: Looks good to me, but someone else must approve osmith: Looks good to me, but someone else must approve Jenkins Builder: Verified
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