| Message ID | 20260405191443.1209948-4-laurent.pinchart@ideasonboard.com |
|---|---|
| State | New |
| Headers | show |
| Series |
|
| Related | show |
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
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 <laurent.pinchart@ideasonboard.com> --- subprojects/.gitignore | 2 ++ 1 file changed, 2 insertions(+)