[03/11] subprojects: Add nlohmann_json to .gitignore
diff mbox series

Message ID 20260405191443.1209948-4-laurent.pinchart@ideasonboard.com
State New
Headers show
Series
  • libcamera: Fix missing license information
Related show

Commit Message

Laurent Pinchart April 5, 2026, 7:14 p.m. UTC
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(+)

Patch
diff mbox series

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