From: Bernhard Tittelbach Date: Fri, 24 Jan 2014 08:10:38 +0000 (+0100) Subject: zsh: purge more latex filename extensions X-Git-Tag: v0.9.3~4 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=9b93265f4fdf0f6e1342974ca50bd5809cb9d66b zsh: purge more latex filename extensions --- diff --git a/usr_share_grml/zsh/functions/purge b/usr_share_grml/zsh/functions/purge index 0a05e16..17a4df2 100644 --- a/usr_share_grml/zsh/functions/purge +++ b/usr_share_grml/zsh/functions/purge @@ -7,7 +7,7 @@ local -a -U FILES [[ -d "$1" ]] && { TRAPEXIT() { popd -q } && pushd -q "$1" } -TEXTEMPFILES=(*.tex(N-.:s/%tex/'(log|toc|aux|nav|snm|out|tex.backup|bbl|blg|bib.backup|vrb|lof|lot|hd|idx|fdb_latexmk)(.N)'/)) +TEXTEMPFILES=(*.tex(N-.:s/%tex/'(log|toc|aux|nav|snm|out|tex.backup|bbl|blg|bib.backup|vrb|lof|lot|hd|idx|fdb_latexmk|fls|glo|ilg|ind)(.N)'/)) GHCTEMPFILES=(*.(hs|lhs)(N-.:r:s/%/'.(hi|hc|(p|u|s)_(o|hi))(.N)'/))