DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Fabian Pflug <f.pflug@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Fabian Pflug <f.pflug@pengutronix.de>
Subject: [DistroKit] [PATCH 1/2] gitignore: ignore _r5 toolchain from ti
Date: Tue, 21 Oct 2025 15:23:40 +0200	[thread overview]
Message-ID: <20251021132341.3118845-1-f.pflug@pengutronix.de> (raw)

The ci-prepare script will create a selected_toolchain_r5 file, that was
not part of gitignore. If not created by ci, then it is still needed to
be created manually and should therefore be ignored and never checked
in.

Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8d11b907..8f169b45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,7 @@
 /selected_collectionconfig
 /selected_platformconfig
 /selected_ptxconfig
-/selected_toolchain
+/selected_toolchain*
 /p
 /src
 *.sw*
-- 
2.47.3




             reply	other threads:[~2025-10-21 13:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-21 13:23 Fabian Pflug [this message]
2025-10-21 13:23 ` [DistroKit] [PATCH 2/2] ci-prepare: create r5 toolchain system independent Fabian Pflug
2025-10-21 13:33 ` [DistroKit] [PATCH 1/2] gitignore: ignore _r5 toolchain from ti Robert Schwebel

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=20251021132341.3118845-1-f.pflug@pengutronix.de \
    --to=f.pflug@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox