From 7f4e2bb9ba472754bc2c10af8be1b9a3fc82a2b9 Mon Sep 17 00:00:00 2001 From: Alexander Biggs Date: Mon, 21 Mar 2022 10:24:18 -0700 Subject: [PATCH] [examples] Ignore myapp from run.sh. (flutter/engine#32127) run.sh creates a new Flutter app that shouldn't be committed. --- engine/src/flutter/examples/glfw/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/src/flutter/examples/glfw/.gitignore b/engine/src/flutter/examples/glfw/.gitignore index b7443460fb..8db630f19c 100644 --- a/engine/src/flutter/examples/glfw/.gitignore +++ b/engine/src/flutter/examples/glfw/.gitignore @@ -1 +1,2 @@ debug/ +myapp/