From 53b0f26599f656ffcaa856d497d57f60853a59d5 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 4 Apr 2026 02:46:40 +0300 Subject: [PATCH] subprojects: Add nlohmann_json to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 an entryto .gitignore to cover both. Signed-off-by: Laurent Pinchart Reviewed-by: Barnabás Pőcze --- subprojects/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/.gitignore b/subprojects/.gitignore index d2ba9007..686faffc 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -3,5 +3,6 @@ /googletest-release* /libpisp /libyuv +/nlohmann_json* /packagecache /yaml-0.2.5