blanc/build/toc
This commit is contained in:
parent
9a2dc89c23
commit
c905042fa8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def clean():
|
|||
_, _, files = next(os.walk(directory))
|
||||
for file in files:
|
||||
name, ext = os.path.splitext(file)
|
||||
if ext in ['.aux', '.log']:
|
||||
if ext in ['.aux', '.log', '.toc']:
|
||||
os.remove(file)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue