All of lore.kernel.org
 help / color / mirror / Atom feed
From: michael.opdenacker@bootlin.com
To: openembedded-core@lists.openembedded.org
Cc: Michael Opdenacker <michael.opdenacker@bootlin.com>
Subject: [PATCH] .gitignore: ignore files generated by Toaster
Date: Thu,  5 Jan 2023 15:25:54 +0100	[thread overview]
Message-ID: <20230105142554.1391600-1-michael.opdenacker@bootlin.com> (raw)

From: Michael Opdenacker <michael.opdenacker@bootlin.com>

When Toaster is run as documented on
https://docs.yoctoproject.org/toaster-manual/setup-and-use.html

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 .gitignore | 4 ++++
 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



             reply	other threads:[~2023-01-05 14:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-05 14:25 michael.opdenacker [this message]
2023-01-06 12:50 ` [OE-core] [PATCH] .gitignore: ignore files generated by Toaster Alexandre Belloni
2023-01-06 17:23   ` Michael Opdenacker
2023-01-06 17:26     ` Alexandre Belloni
  -- strict thread matches above, loose matches on Subject: below --
2023-01-06 17:31 Michael Opdenacker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230105142554.1391600-1-michael.opdenacker@bootlin.com \
    --to=michael.opdenacker@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.