From 59f5df1e4eaac8415fff627d9ceff0b57a5008bb Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 28 Mar 2025 09:51:38 +0100 Subject: [PATCH] UnitTests: Adapt to new default $(IntDir) Signed-off-by: Simon Rozman --- UnitTests/.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/UnitTests/.gitignore b/UnitTests/.gitignore index aead46e2..787e91f5 100644 --- a/UnitTests/.gitignore +++ b/UnitTests/.gitignore @@ -2,4 +2,9 @@ /*.user /Debug /Release -/x64 +/UnitTests/Debug +/UnitTests/Release +/UnitTests/x64/Debug +/UnitTests/x64/Release +/x64/Debug +/x64/Release