From 9a40119a1917038b3affe5fc4b41671353c8e17b Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 6 Feb 2021 09:03:43 +0100 Subject: [PATCH] Feat: add out and xsim in files to remove --- bopytex/bopytex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bopytex/bopytex.py b/bopytex/bopytex.py index 6e6c34b..f37f1a2 100755 --- a/bopytex/bopytex.py +++ b/bopytex/bopytex.py @@ -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):