From 7d33d2caa53806e9efa16a9dba118f542024d79a Mon Sep 17 00:00:00 2001 From: Andre Meyering Date: Thu, 26 Oct 2017 13:09:38 +0200 Subject: [PATCH] =?UTF-8?q?[Utils]=20Cleanup=20Skript=20f=C3=BCr=20Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cleanup.bat | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cleanup.bat diff --git a/cleanup.bat b/cleanup.bat new file mode 100644 index 0000000..a9b16c1 --- /dev/null +++ b/cleanup.bat @@ -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 \ No newline at end of file