git clean -f removes only untracked files. Currently, "Discard changes" offers only to discard all changes, and include untracked and ignored files. I would like to remove only untracked files (ignored files), leaving changes untouched.
Maybe add this next to the broom icon in the toolbar.
Current workaround is to create a custom action which is not ideal.
