From 04fb49aae351509c4f1cd350d4091b24430e6c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Mon, 18 May 2026 17:09:04 +0200 Subject: [PATCH] chore: ignore openframeworks info.plist artifact The openFrameworks build auto-generates openFrameworks-Info.plist at the project root. It is a build artifact, not a source file. --- oscope-sphere/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/oscope-sphere/.gitignore b/oscope-sphere/.gitignore index a784d0c..eb7614a 100644 --- a/oscope-sphere/.gitignore +++ b/oscope-sphere/.gitignore @@ -4,3 +4,4 @@ bin/oscope-sphere_debug bin/oscope-sphere.app/ *.o *.d +openFrameworks-Info.plist