summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 3499c452a..5c0222315 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -419,7 +419,8 @@ newoption {
removefiles
{
"**/*.meta.slang.h",
- "**/slang-*generated*.h"
+ "**/slang-*generated*.h",
+ "**/gfx-unit-test/test-tmp*"
}
end