summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/xtuthesis/clear.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/xtuthesis/clear.sh')
-rw-r--r--Master/texmf-dist/doc/latex/xtuthesis/clear.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/xtuthesis/clear.sh b/Master/texmf-dist/doc/latex/xtuthesis/clear.sh
new file mode 100644
index 00000000000..400de16a93b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/xtuthesis/clear.sh
@@ -0,0 +1,19 @@
+filetype=".*\.aux\|\
+.*.tex.bak\|\
+.*.log\|\
+.*.nav\|\
+.*.out\|\
+.*.djs\|\
+.*.out.bak\|\
+.*.snm\|\
+.*.ps\|\
+.*.dvi\|\
+.*.synctex.gz*\|\
+.*.idx\|\
+.*.toc\|\
+.*.bbl\|\
+.*.blg\|\
+.*.synctex*
+"
+
+find . -regex $filetype | xargs rm -f \ No newline at end of file