From 113b295075466696e36230f6a8fc0f6b5cd2c64e Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 10 Jan 2023 01:33:39 +0100 Subject: ansible: .gitignore: make poky regex more specific Otherwise it would also prevent changes to the poky role Change-Id: I3ac9a6129323f27ba387b44d8293d7b134716af8 --- ansible/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible') 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 -- cgit v1.2.3