From 933b732de2544209947e3394408194e21daec5c2 Mon Sep 17 00:00:00 2001 From: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com> Date: Sun, 15 Dec 2024 04:41:01 +1100 Subject: [PATCH] [build] Scrub the cleaners Addendum to 52d23db and 3bc554e. 1. Added entry for *.dvl-win1*.xml 2. Added entry for *.legacy_dvl_result.txt Signed-off-by: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com> --- build/clean.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/clean.bat b/build/clean.bat index 2fec852c4..25b090c82 100644 --- a/build/clean.bat +++ b/build/clean.bat @@ -24,7 +24,8 @@ call :rmdir .\obj call :rmdir .\sdv call :rmdir .\sdv.temp call :rmdir .\codeql_db -call :rmfiles *.dvl.xml *.dvl-compat.xml +call :rmfiles *.dvl.xml *.dvl-compat.xml *.dvl-win1*.xml +call :rmfiles *.legacy_dvl_result.txt call :rmfiles sdv-map.h sdv-user.sdv SDV-default.xml call :rmfiles smvstats.txt smvbuild.log vc.nativecodeanalysis.all.xml call :rmfiles *.sarif codeql.build.bat