X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=build;h=685e33f7773df4d7364edb55eaad48ab9050d0c9;hb=8755061062b9738c80da1f5966c93ac6ec832a5c;hp=35b62ec8a86ab9ab0110da051ee99a88842af4c2;hpb=a8c4fab6539e030e3d656e2420a31a5c22874376;p=msc-thesis1617.git diff --git a/build b/build index 35b62ec..685e33f 100755 --- a/build +++ b/build @@ -84,7 +84,7 @@ clean(){ while [ $# -ne 0 ]; do log "Clean $1" rm -fv $1.{acn,acr,alg,aux,bbl,blg,idl,idx,ilg,ind,fmt,glg,glo,gls,\ -ist,loa,lof,log,lol,lot,nav,out,pdf,snm,tdo,toc} +ist,loa,lof,log,lol,lot,nav,out,pdf,snm,tdo,toc,vrb} shift done }