Hi Sebastian On Tue, Oct 10, 2023, at 14:37, Sebastian Thiel wrote: > This highlights precious files by calling them out, but doesn't change the > behaviour of existing flags. Instead, the new flag `-p` is added which lets > `git clean` spare precious files. Why can't `clean` preserve precious files by default? And then delete them as well with something like `--no-keep-precious`? Is there some backwards compatibility concern?