commit | 406119f49d4a6cf8b6eee639128e0575a95065e3 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@fys.uio.no> | Thu Oct 27 14:46:53 2005 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Oct 28 13:57:57 2005 -0700 |
tree | 18e6717629212508d1dfd5a7c896af26bcb5412a | |
parent | 6cd37cda7ed117d5a13d9b69aeded57b4fd6de14 [diff] |
[PATCH] Ensure that 'make distclean' does not delete files in '.git' 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>