From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 21 Oct 2025 15:24:02 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vBCLJ-00AGLF-33 for lore@lore.pengutronix.de; Tue, 21 Oct 2025 15:24:01 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vBCLJ-0005DH-Ad; Tue, 21 Oct 2025 15:24:01 +0200 Received: from dude06.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::5c]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vBCLG-0005Cq-46; Tue, 21 Oct 2025 15:23:58 +0200 From: Fabian Pflug To: distrokit@pengutronix.de Date: Tue, 21 Oct 2025 15:23:40 +0200 Message-ID: <20251021132341.3118845-1-f.pflug@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 1/2] gitignore: ignore _r5 toolchain from ti X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabian Pflug Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false 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 --- .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