]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit - .gitignore
gitignore: add wildcard to match toplevel patch files
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 8 Jun 2012 16:10:57 +0000 (12:10 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jun 2012 12:46:32 +0000 (13:46 +0100)
commitf9c2d97d549e848127b741b967d90288c60f4d43
tree4f26d7c14053283071d566b019ab7e7af83c2fb5
parent4ea9c79cdcf0ffdc833b7a63e7a2b8388d6bf6e6
gitignore: add wildcard to match toplevel patch files

To support the basic workflow of trivial patches:

 git format-patch HEAD~.. ; git send-email --to foo@bar.com 0001-foo.patch

We don't want git status reporting on patches lying in the top
level dir in this case.

Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
.gitignore