summaryrefslogtreecommitdiff
path: root/xnt
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-03-15 03:21:50 -0600
committerkennyballou <kballou@onyx.boisestate.edu>2013-03-15 03:21:50 -0600
commit01d13e8c02b0859e55f33e7537d73841e64d8332 (patch)
tree4342ddca075ca9e174630feddc09dd45a3c0b992 /xnt
parentb1647ffe415c588726cbecb8c252f919bcf46777 (diff)
downloadxnt-01d13e8c02b0859e55f33e7537d73841e64d8332.tar.gz
xnt-01d13e8c02b0859e55f33e7537d73841e64d8332.tar.xz
Add more files to be cleaned
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 3a8aacf..564cd18 100644
--- a/xnt/build/tex.py
+++ b/xnt/build/tex.py
@@ -71,7 +71,9 @@ def clean(path="./", remove_pdf=False):
"*.bbl",
"*.blg",
"*.nav",
- "*.snm")
+ "*.snm",
+ "*.mtc",
+ "*.mtc0")
if remove_pdf:
xnt.tasks.rm("*.pdf")
os.chdir(cwd)