Add -e/--exclude to git-clean.
commit07de4eba60cdf1b24f297ce2b2816d3403323352
authorJared Hance <jaredhance@gmail.com>
Tue, 20 Jul 2010 19:35:56 +0000 (20 15:35 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Jul 2010 23:52:53 +0000 (20 16:52 -0700)
treeff10b334ae2e5592a715d101a59ae55de9dba6b3
parentc5212b87dafb3f559ceb898bd9b40bfc3cd0ad68
Add -e/--exclude to git-clean.

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. This allows one to still
use git-clean while these files are around without losing data.

Signed-off-by: Jared Hance <jaredhance@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clean.txt
builtin/clean.c