[poky] [PATCH 27/31] gitignore: add wildcard to match toplevel patch files
Scott Garman
scott.a.garman at intel.com
Tue Jun 12 13:41:17 PDT 2012
From: Paul Gortmaker <paul.gortmaker at windriver.com>
To support the basic workflow of trivial patches:
git format-patch HEAD~.. ; git send-email --to foo at 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 at linuxfoundation.org>
(From OE-Core rev: f9c2d97d549e848127b741b967d90288c60f4d43)
Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
.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
--
1.7.9.5
More information about the poky
mailing list