From patchwork Fri Jan 11 13:51:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [1/2] gitignore: only ignore meta- directories Date: Fri, 11 Jan 2013 13:51:24 -0000 From: Eric BENARD X-Patchwork-Id: 42495 Message-Id: <1357912285-8308-1-git-send-email-eric@eukrea.com> To: openembedded-core@lists.openembedded.org else for example meta-toolchain-qte.bb is also ignored. Signed-off-by: Eric Bénard --- .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 *~ - -