]> code.ossystems Code Review - openembedded-core.git/commit
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)
committerScott Garman <scott.a.garman@intel.com>
Tue, 12 Jun 2012 20:29:31 +0000 (13:29 -0700)
commit7e32cbf30352e12c55c3c378631f4e238cf682c5
tree93b371ad38439c9923da3d3e34ce417d1a19c971
parentd8a09cb17f2f3b43718ba354da7368a2ed793766
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