From e178e7f6a5cb8daa2b0d7828108f391956a1e2b9 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Tue, 25 Jun 2019 20:20:40 +0200 Subject: [PATCH] Clean asan-launcher and kitty-profile --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6bba5d175..e862ab789 100755 --- a/setup.py +++ b/setup.py @@ -839,7 +839,7 @@ def clean(): else: os.unlink(x) - safe_remove('build', 'compile_commands.json', 'linux-package', 'kitty.app') + safe_remove('build', 'compile_commands.json', 'linux-package', 'kitty.app', 'asan-launcher', 'kitty-profile') exclude = ('.git',) for root, dirs, files in os.walk('.', topdown=True): dirs[:] = [d for d in dirs if d not in exclude]