From f6af643df4f44e14c238fdf266bcf57156d668b9 Mon Sep 17 00:00:00 2001 From: Taha Ahmed Date: Thu, 14 Jun 2012 13:30:21 +0200 Subject: [PATCH] Added *.fls to list of aux file types (used for clean-up option). --- chertex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chertex.sh b/chertex.sh index e03c1f3..2b76450 100755 --- a/chertex.sh +++ b/chertex.sh @@ -32,7 +32,7 @@ Rfiletype="R" TeXfiletype="tex" tikzfiles="*.tikz" Rnwfiles="*.Rnw" -auxfiles="*.aux *.bbl *.bcf *.blg *.fdb* *.figlist *.lof *.log *.lot *.lox *.makefile *.map *.out *.run* *.tdo *.toc *.dep *.dpth" +auxfiles="*.aux *.bbl *.bcf *.blg *.fdb* *.figlist *.fls *.lof *.log *.lot *.lox *.makefile *.map *.out *.run* *.tdo *.toc *.dep *.dpth" if [ $# -eq 1 ]; then # Check if the argument contains a filetype