From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6665CC4708D for ; Fri, 6 Jan 2023 12:50:30 +0000 (UTC) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by mx.groups.io with SMTP id smtpd.web11.12543.1673009428355983606 for ; Fri, 06 Jan 2023 04:50:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=JtDKUrA7; spf=pass (domain: bootlin.com, ip: 217.70.183.200, mailfrom: alexandre.belloni@bootlin.com) Received: (Authenticated sender: alexandre.belloni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 355AB20007; Fri, 6 Jan 2023 12:50:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1673009426; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=K31ipvgUxP/UEeqfbNXTJ8NtwkyGtpldddcWrVRcVRM=; b=JtDKUrA7GjRvsRNLQuKGC4k6HGHShdkMANls8cYMCZzDgybyqF2vCIGb9UZFhL68Ifnhwz W9YZ128bl6yLPO0FS/j1zhD9dDLDu+e2xdHeghKixIASfQ/Ld2q0BXwp8npOFbV7tkSrWO 7XkMnopYTkIgrmnWSiQPzJ4axwAFGA1xMKlGSph5mX5FPSxCPy751jLq+BAKpLZHjzqEbc /WK1K58DrAg0lsRHTTAlxZdNPp25QEc1dS8bYZP5umhy31lR4ow6vuBgr2tonGHfUh6Zhl TV4pXt68j6wRdarc8ZBviIGOnvuUL8LyM/zXHFIq6llQHnrTmtErD51hhaXaog== Date: Fri, 6 Jan 2023 13:50:25 +0100 From: Alexandre Belloni To: michael.opdenacker@bootlin.com Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] .gitignore: ignore files generated by Toaster Message-ID: References: <20230105142554.1391600-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230105142554.1391600-1-michael.opdenacker@bootlin.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 06 Jan 2023 12:50:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/175586 Hello, On 05/01/2023 15:25:54+0100, Michael Opdenacker via lists.openembedded.org wrote: > From: Michael Opdenacker > > When Toaster is run as documented on > https://docs.yoctoproject.org/toaster-manual/setup-and-use.html > > Signed-off-by: Michael Opdenacker > --- > .gitignore | 4 ++++ For this file, can you also send the patch against poky? > 1 file changed, 4 insertions(+) > > diff --git a/.gitignore b/.gitignore > index b66d371aac..3e6a60b527 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -17,3 +17,7 @@ hob-image-*.bb > *.orig > *.rej > *~ > +_toaster_clones/ > +downloads/ > +sstate-cache/ > +toaster.sqlite > -- > 2.37.2 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#175532): https://lists.openembedded.org/g/openembedded-core/message/175532 > Mute This Topic: https://lists.openembedded.org/mt/96072570/3617179 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com] > -=-=-=-=-=-=-=-=-=-=-=- > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com