From 3dc796da34857a83a4aaa985a67edf26c1e49c59 Mon Sep 17 00:00:00 2001 From: REghZy <32274404+AngryCarrot789@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:23:34 +0000 Subject: [PATCH] Fixed test not compiling when USE_WIN32_THREAD_EMPTY_EVENT_TEST is not defined --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 44666a60..454a9d47 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,6 @@ tests/title tests/triangle-vulkan tests/window tests/windows +/.idea +/cmake-build-debug +/.gitignore