compat-drivers: improve git-paranoia with git clean
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Mon, 8 Oct 2012 23:24:53 +0000 (16:24 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 9 Oct 2012 02:02:07 +0000 (19:02 -0700)
commit19fd39b94c7446df0e7531b73dfe5f5e402c8801
treed0b417b3602754880cdc4934ccbfea0ba4159ffe
parentf456f3e174c65a6f5c8e34693b7f89ad52d9b072
compat-drivers: improve git-paranoia with git clean

git clean can be used to further sanitize releases.

git clean -x -d -f

Will spit shine your release from any even files
you may have lying around that you tell git to
ignore. We use the -n option to git clean to warn
the user of unwanted content. If someone is really
make releases they should read and understand
git clean man pages and also understand that
running git-paranoia with -c will wipe out clean
all content found by 'git clean -x -d -n'.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/git-paranoia