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 ca4f797 commit a11bc46Copy full SHA for a11bc46
cleanup.bat
@@ -1,3 +1,3 @@
1
@echo off
2
for /d /r %%f in (__history;__recovery;*.log) do rmdir /s /q %%f
3
-for /r %%f in (*.dcu;*.dsk;*.cbk;*.vlb;*.dsm;*.rsm;*.stat;*.identcache;*.dproj.local;*.drc;*.map;*.o;*.log;*.skincfg;*.tvsconfig) do del /f /q %%f
+for /r %%f in (*.dcu;*.dsk;*.cbk;*.vlb;*.dsm;*.rsm;*.stat;*.identcache;*.dproj.local;*.drc;*.map;*.o;*.log;*.skincfg;*.tvsconfig;*.d;*.tds) do del /f /q %%f
0 commit comments