From 3a8ebb1903bd556c21c80c23c42da361b143a051 Mon Sep 17 00:00:00 2001 From: Luke Bayes Date: Sat, 2 Jan 2021 19:55:31 -0500 Subject: [PATCH] Added 2 entries to the gitignores file. I downloaded and built from sources as as submodule for a personal exploration that I'm working on and discovered that the glfw submodule shows changed files after a build. Adding these 2 entries fixes the issue. Closes #1827. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b34fc452..84636a0a 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,7 @@ examples/splitview examples/sharing examples/triangle-opengl examples/wave +examples/windows tests/*.app tests/*.exe tests/clipboard @@ -87,6 +88,7 @@ tests/gamma tests/glfwinfo tests/icon tests/iconify +tests/inputlag tests/joysticks tests/monitors tests/msaa