From d7d9b2825d079f0d75d9e0427117fef0ae8a04a1 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:35:11 +0100 Subject: [PATCH] Ignore the file that #2451 creates --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2f4a9063..ae4804f6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ examples/dynamic-local-size/mandelbrot.png examples/msaa-renderpass/triangle.png examples/multiview/multiview1.png examples/multiview/multiview2.png +examples/offscreen examples/pipeline-caching/pipeline_cache.bin .idea *.swp