[PATCH] Ensure that 'make distclean' does not delete files in '.git'
authorTrond Myklebust <trond.myklebust@fys.uio.no>
Thu, 27 Oct 2005 18:46:53 +0000 (14:46 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 28 Oct 2005 20:57:57 +0000 (13:57 -0700)
Currently, 'make distclean' causes stgit to barf since it may delete
files in .git/patches.  We really shouldn't allow 'make distclean'
anywhere near .git...

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile

diff --cc Makefile
Simple merge