[OE-core] [PATCH 1/2] gitignore: only ignore meta- directories

Eric Bénard eric at eukrea.com
Fri Jan 11 13:51:24 UTC 2013


else for example meta-toolchain-qte.bb is also ignored.

Signed-off-by: Eric Bénard <eric at eukrea.com>
---
 .gitignore |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index a2141f0..6ece6b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,7 @@ pyshtables.py
 pstage/
 scripts/oe-git-proxy-socks
 sources/
-meta-*
+meta-*/
 !meta-skeleton
 !meta-hob
 hob-image-*.bb
@@ -15,5 +15,3 @@ hob-image-*.bb
 *.orig
 *.rej
 *~
-
-
-- 
1.7.10.4





More information about the Openembedded-core mailing list