mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-16 16:25:53 +01:00
13 lines
142 B
Batchfile
13 lines
142 B
Batchfile
|
@echo off
|
||
|
|
||
|
del *.~*
|
||
|
del *.dcu
|
||
|
del descript.ion
|
||
|
del *.ddp
|
||
|
del *.map
|
||
|
del *.identcache
|
||
|
del *.local
|
||
|
del *.drc
|
||
|
del *.tvsconfig
|
||
|
rd /S /Q __history
|