X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_share_grml%2Fzsh%2Ffunctions%2Fpurge;fp=usr_share_grml%2Fzsh%2Ffunctions%2Fpurge;h=17a4df2821555db9b4b7f4d7a7489fe410c70008;hb=9b93265f4fdf0f6e1342974ca50bd5809cb9d66b;hp=0a05e1686d0e7b4789753b85aad76e7fddbd5202;hpb=53940328c11ec553c0a4e5507abf7fdfed1266c4;p=grml-etc-core.git 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)'/))