From b000f1b4891d4834702f5355658469e23d3499e3 Mon Sep 17 00:00:00 2001 From: "taha@luxor" Date: Tue, 4 Feb 2020 20:50:57 +0100 Subject: [PATCH] Don't clean *.bcf files as they are useful when generating stand-alone bibliographies using biber --- chertex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chertex.sh b/chertex.sh index 7a3bc45..9e94308 100755 --- a/chertex.sh +++ b/chertex.sh @@ -35,7 +35,7 @@ Rfiletype="R" TeXfiletype="tex" tikzfiles="*.tikz" Rnwfiles="*.Rnw" -auxfiles="*.acn *.acr *.alg *.aux *.bbl *.bcf *.blg *.dep *.dpth *.fdb* *.figlist *.fls *.glg +auxfiles="*.acn *.acr *.alg *.aux *.bbl *.blg *.dep *.dpth *.fdb* *.figlist *.fls *.glg *.glo *.gls *.lob *.lof *.log *.lor *.los *.lot *.out *.lox *.makefile *.map *.out *.run* *.slg *.slo *.sls *-tikzDictionary *.tdo *.toc *.xdy"