Clean asan-launcher and kitty-profile

This commit is contained in:
Luflosi 2019-06-25 20:20:40 +02:00
parent d0bf21ab16
commit e178e7f6a5
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362

View File

@ -839,7 +839,7 @@ def safe_remove(*entries):
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]