Clean "kitty/launcher"

This commit is contained in:
Luflosi 2019-07-01 01:13:57 +02:00
parent efad733cc5
commit e4c0e9073e
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362

View File

@ -850,7 +850,7 @@ def clean():
else:
os.unlink(x)
safe_remove('build', 'compile_commands.json', 'linux-package', 'kitty.app', 'asan-launcher', 'kitty-profile')
safe_remove('build', 'compile_commands.json', 'linux-package', 'kitty.app', 'asan-launcher', 'kitty-profile', 'kitty/launcher')
exclude = ('.git',)
for root, dirs, files in os.walk('.', topdown=True):
dirs[:] = [d for d in dirs if d not in exclude]