From 696c5a212731cd31d4e0cd150d4a708cee9ec582 Mon Sep 17 00:00:00 2001 From: "taha@asks2" Date: Thu, 26 Sep 2019 01:59:15 +0200 Subject: [PATCH] Added more filetypes to chertex.sh clean-up <2>. --- chertex.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chertex.sh b/chertex.sh index a95242f..52732fb 100755 --- a/chertex.sh +++ b/chertex.sh @@ -36,8 +36,8 @@ TeXfiletype="tex" tikzfiles="*.tikz" Rnwfiles="*.Rnw" auxfiles="*.acn *.acr *.alg *.aux *.bbl *.bcf *.blg *.dep *.dpth *.fdb* *.figlist *.fls *.glg -*.glo *.gls *.lof *.log *.lor *.los *.lot *.out *.lox *.makefile *.map *.out *.run* *.slg *.slo -*.sls *.tdo *.toc *.xdy" +*.glo *.gls *.lob *.lof *.log *.lor *.los *.lot *.out *.lox *.makefile *.map *.out *.run* *.slg *.slo +*.sls *-tikzDictionary *.tdo *.toc *.xdy" # depending on number of args and their content, do different things...