From patchwork Tue Jun 12 20:36:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [15/16] gitignore: add wildcard to match toplevel patch files Date: Tue, 12 Jun 2012 20:36:46 -0000 From: Scott Garman X-Patchwork-Id: 29753 Message-Id: <7e32cbf30352e12c55c3c378631f4e238cf682c5.1339533128.git.scott.a.garman@intel.com> To: openembedded-core@lists.openembedded.org From: Paul Gortmaker 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 Signed-off-by: Paul Gortmaker Signed-off-by: Richard Purdie --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 04e36c5..f8db092 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.pyo +/*.patch build*/conf/local.conf build*/conf/bblayers.conf build*/downloads