We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc802d commit b5fb277Copy full SHA for b5fb277
scripts/clean_up.bat
@@ -37,3 +37,6 @@ if exist coverage.xml ( del /q coverage.xml )
37
if exist htmlcov ( rmdir /s /q htmlcov )
38
del /q .coverage.* 1>nul 2>&1
39
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