[Utils] Cleanup Skript für Windows
This commit is contained in:
parent
2ac187c38c
commit
7d33d2caa5
1 changed files with 15 additions and 0 deletions
15
cleanup.bat
Normal file
15
cleanup.bat
Normal file
|
@ -0,0 +1,15 @@
|
|||
@ECHO OFF
|
||||
|
||||
del *.lol
|
||||
del *.log
|
||||
del *.ilg
|
||||
del *.idx
|
||||
del *.aux
|
||||
del *.bcf
|
||||
del *.ind
|
||||
del *.lof
|
||||
del *.lot
|
||||
del *.out
|
||||
del *.run.xml
|
||||
del *.synctex.gz
|
||||
del *.toc
|
Loading…
Reference in a new issue