All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .gitignore: ignore files generated by Toaster
@ 2023-01-05 14:25 michael.opdenacker
  2023-01-06 12:50 ` [OE-core] " Alexandre Belloni
  0 siblings, 1 reply; 5+ messages in thread
From: michael.opdenacker @ 2023-01-05 14:25 UTC (permalink / raw)
  To: openembedded-core; +Cc: Michael Opdenacker

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



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [PATCH] .gitignore: ignore files generated by Toaster
@ 2023-01-06 17:31 Michael Opdenacker
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Opdenacker @ 2023-01-06 17:31 UTC (permalink / raw)
  To: poky; +Cc: Michael Opdenacker

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 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 4bfe022dcd..8f48d452da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,4 +31,8 @@ pull-*/
 bitbake/lib/toaster/contrib/tts/backlog.txt
 bitbake/lib/toaster/contrib/tts/log/*
 bitbake/lib/toaster/contrib/tts/.cache/*
-bitbake/lib/bb/tests/runqueue-tests/bitbake-cookerdaemon.log
\ No newline at end of file
+bitbake/lib/bb/tests/runqueue-tests/bitbake-cookerdaemon.log
+_toaster_clones/
+downloads/
+sstate-cache/
+toaster.sqlite
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-06 17:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05 14:25 [PATCH] .gitignore: ignore files generated by Toaster michael.opdenacker
2023-01-06 12:50 ` [OE-core] " 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

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.