From 6ce6e370ddfbbe486dbc213a9bac65412c3ace55 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Mon, 18 Mar 2013 11:48:30 -0600 Subject: Add `glg` and `gls` to files to be removed --- xnt/build/tex.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xnt') diff --git a/xnt/build/tex.py b/xnt/build/tex.py index 8f94a02..91a5edd 100644 --- a/xnt/build/tex.py +++ b/xnt/build/tex.py @@ -75,7 +75,9 @@ def clean(path="./", remove_pdf=False): "*.mtc", "*.mtc0", "*.glo", - "*.ist") + "*.ist", + "*.glg", + "*.gls") if remove_pdf: xnt.tasks.rm("*.pdf") os.chdir(cwd) -- cgit v1.2.1