Skip to content

Commit b5fb277

Browse files
committed
Add cleanup for .bak files in clean_up.bat
1 parent 0dc802d commit b5fb277

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/clean_up.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ if exist coverage.xml ( del /q coverage.xml )
3737
if exist htmlcov ( rmdir /s /q htmlcov )
3838
del /q .coverage.* 1>nul 2>&1
3939
if exist sitecustomize.py ( del /q sitecustomize.py )
40+
41+
@REM Removing .bak files
42+
del /s /q *.bak 1>nul 2>&1

0 commit comments

Comments
 (0)