This commit is contained in:
Kovid Goyal 2019-06-26 08:18:45 +05:30
commit 7fd1053e0f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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]