Skip to content

Commit a11bc46

Browse files
committed
Added new items to cleanup.bat.
1 parent ca4f797 commit a11bc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleanup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22
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
3+
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

Comments
 (0)