From f9c2d97d549e848127b741b967d90288c60f4d43 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Fri, 8 Jun 2012 12:10:57 -0400 Subject: 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 Signed-off-by: Paul Gortmaker Signed-off-by: Richard Purdie --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7f9f082929..688acec64f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ bitbake *.pyc *.pyo +/*.patch build*/conf/local.conf build*/conf/bblayers.conf build*/downloads -- cgit 1.2.3-korg