mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Clean "kitty/launcher"
This commit is contained in:
2
setup.py
2
setup.py
@@ -850,7 +850,7 @@ def clean():
|
|||||||
else:
|
else:
|
||||||
os.unlink(x)
|
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',)
|
exclude = ('.git',)
|
||||||
for root, dirs, files in os.walk('.', topdown=True):
|
for root, dirs, files in os.walk('.', topdown=True):
|
||||||
dirs[:] = [d for d in dirs if d not in exclude]
|
dirs[:] = [d for d in dirs if d not in exclude]
|
||||||
|
|||||||
Reference in New Issue
Block a user