summaryrefslogtreecommitdiff
path: root/xnt
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-03-18 11:31:18 -0600
committerkennyballou <kballou@onyx.boisestate.edu>2013-03-18 11:31:18 -0600
commit26d6a3ec8ef9a58493b8d13693d33a89a1d76121 (patch)
tree45a6dffe67ccf01321322d420174c1ecf3ec4e16 /xnt
parent01d13e8c02b0859e55f33e7537d73841e64d8332 (diff)
downloadxnt-26d6a3ec8ef9a58493b8d13693d33a89a1d76121.tar.gz
xnt-26d6a3ec8ef9a58493b8d13693d33a89a1d76121.tar.xz
Add `glo` and `ist` files to be deleted
Diffstat (limited to 'xnt')
-rw-r--r--xnt/build/tex.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/xnt/build/tex.py b/xnt/build/tex.py
index 564cd18..2cf56c2 100644
--- a/xnt/build/tex.py
+++ b/xnt/build/tex.py
@@ -73,7 +73,9 @@ def clean(path="./", remove_pdf=False):
"*.nav",
"*.snm",
"*.mtc",
- "*.mtc0")
+ "*.mtc0",
+ "*.glo",
+ "*.ist")
if remove_pdf:
xnt.tasks.rm("*.pdf")
os.chdir(cwd)