From 8f20386d86ff00a701ea2b8fc30453bc3eb4eb41 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Fri, 9 Jan 2015 06:11:51 -0800 Subject: [PATCH] .gitignore: only ignore meta-* at top level meta-tizen contains a directory called meta-common which should not be ignored. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3780569..ea2d634 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ pyshtables.py pstage/ scripts/oe-git-proxy-socks sources/ -meta-*/ +/meta-*/ !meta-skeleton !meta-hob !meta-openembedded -- 2.7.4