From patchwork Sun Apr 5 19:14:35 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 26419 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id DA9C2C32BB for ; Sun, 5 Apr 2026 19:14:52 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8C25762D67; Sun, 5 Apr 2026 21:14:52 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="kb3+yWQm"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6DF4062D67 for ; Sun, 5 Apr 2026 21:14:49 +0200 (CEST) Received: from killaraus.ideasonboard.com (2001-14ba-703d-e500--2a1.rev.dnainternet.fi [IPv6:2001:14ba:703d:e500::2a1]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 36AE3C87 for ; Sun, 5 Apr 2026 21:13:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1775416403; bh=bjD0ukEMc8dUaT2hX/A73a8YPj1YWRPsk//fzTCNAnM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kb3+yWQmW74cxaGwX1nbHClsdqooYV1eQX1/iFFxyPt6PtYIIUEBRScOAKjzGGwQ/ 3a0PTLo5ZpYl1zI8baP9sX+fQwA3nfEnCoF2XfbSc4WYaHVdL9fcJCl8mk83z9go6b +0GmfYSZDn566TL3/OvPHWsVL2ikuvYMARfJWvwY= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH 03/11] subprojects: Add nlohmann_json to .gitignore Date: Sun, 5 Apr 2026 22:14:35 +0300 Message-ID: <20260405191443.1209948-4-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260405191443.1209948-1-laurent.pinchart@ideasonboard.com> References: <20260405191443.1209948-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" libcamera use the nlohmann_json wrap indirectly through libpisp. This causes the nlohmann_json.wrap being copied to /subprojects at configure time, and nlohmann_json being downloaded to /nlohmann_json-3.11.2. Add corresponding entries to .gitignore. Signed-off-by: Laurent Pinchart --- subprojects/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subprojects/.gitignore b/subprojects/.gitignore index d2ba90074717..1ca3e141b22e 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -3,5 +3,7 @@ /googletest-release* /libpisp /libyuv +/nlohmann_json-3.11.2 +/nlohmann_json.wrap /packagecache /yaml-0.2.5