]> code.ossystems Code Review - openembedded-core.git/commitdiff
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)
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

index 04e36c5f5d545d8c09ea7137707106cfb5fc4db6..f8db0929891af094ed579858d51ba746758bcc9a 100644 (file)
@@ -1,5 +1,6 @@
 *.pyc
 *.pyo
+/*.patch
 build*/conf/local.conf
 build*/conf/bblayers.conf
 build*/downloads