Skip to content

Commit

Permalink
[build] Scrub the cleaners
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
benyamin-codez committed Dec 14, 2024
1 parent 3bc554e commit 933b732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/clean.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 933b732

Please sign in to comment.