From: Jonathan Nieder <hidden> Date: 2016-06-15 22:49:09
Jared Hance wrote:
With the -e/--exclude option for git-clean, a user can specify files
that they haven't yet told git about, but either need for a short amount
of time or plan to tell git about them later.
No thoughts on your patch, but have you looked into “git add -N”?
Jonathan