This commit is contained in:
Kovid Goyal 2022-08-20 13:43:27 +05:30
parent 9b703078dd
commit 74b768bfc2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1470,7 +1470,7 @@ def safe_remove(*entries: str) -> None:
safe_remove(
'build', 'compile_commands.json', 'link_commands.json',
'linux-package', 'kitty.app', 'asan-launcher',
'kitty-profile', 'docs/generated', 'constants.go')
'kitty-profile', 'docs/generated')
clean_launcher_dir('kitty/launcher')
def excluded(root: str, d: str) -> bool: