Feat: add out and xsim in files to remove

This commit is contained in:
Bertrand Benjamin 2021-02-06 09:03:43 +01:00
parent f813932ab3
commit 9a40119a19

View File

@ -157,7 +157,7 @@ def crazy_feed(*args, **kwrds):
def clean(directory):
pytex.clean(directory)
pytex.clean(directory, ["*.aux", "*.log", "*.out", "*.xsim"])
def texcompile(filename):