diff options
author | David Runge <dave@sleepmap.de> | 2016-11-16 00:09:47 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-11-16 00:09:47 +0100 |
commit | f07725afa7346b47355ef9b7be28f6934a007f4e (patch) | |
tree | 700f2600caf48094b6e8e78464f25adc2217e67b | |
parent | de1eca1a35e098e2f7876ad22dd1d13477dfde28 (diff) | |
download | dotfiles-f07725afa7346b47355ef9b7be28f6934a007f4e.tar.gz dotfiles-f07725afa7346b47355ef9b7be28f6934a007f4e.tar.bz2 dotfiles-f07725afa7346b47355ef9b7be28f6934a007f4e.tar.xz dotfiles-f07725afa7346b47355ef9b7be28f6934a007f4e.zip |
bin/tex2pdf: Adding further files to automatic deletion.
-rwxr-xr-x | bin/tex2pdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tex2pdf b/bin/tex2pdf index 71718f0..a7c367e 100755 --- a/bin/tex2pdf +++ b/bin/tex2pdf @@ -30,4 +30,4 @@ mupdf $1.pdf & echo "#####################################################">>$logdestination echo "Removing aux,bbl,blg,dvi,lof,log,lot,nav,out,snm,toc.">>$logdestination echo "Current directory: $(pwd) and children of depth 1.">>$logdestination -rm -f *.{aux,bbl,blg,dvi,lof,log,lot,nav,out,snm,toc} */*.{aux,bbl,blg,dvi,lof,log,lot,nav,out,snm,toc} +rm -f *.{aux,bbl,bcf,blg,dvi,lof,log,lot,nav,out,run.xml,snm,toc,vrb} */*.{aux,bbl,bcf,blg,dvi,lof,log,lot,nav,out,run.xml,snm,toc,vrb} |