From 44fffee5e1331e1c7e10489d84723c3b9dad7e17 Mon Sep 17 00:00:00 2001 From: Brendan Shanks Date: Wed, 13 Aug 2025 14:27:19 -0700 Subject: [PATCH] tests: Add dxcompiler.h to .gitignore. --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 475a15022..a87323a19 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,5 +1,6 @@ /d3d12 /d3d12_invalid_usage +/dxcompiler.h /hlsl_d3d12 /shader_runner_d3d12 /vkd3d_api