From 3c6e85c653ce176fd2cb5a570e63c8e5da5a4e48 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Thu, 29 Sep 2011 14:02:54 -0500 Subject: Update gitignore to ignore all meta-* directories meta-XYZ directories have been manually added in the past, instead always ignore them unless they are explicitly added Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d44e72926e..11b7024533 100644 --- a/.gitignore +++ b/.gitignore @@ -9,11 +9,9 @@ build*/pyshtables.py pstage/ scripts/oe-git-proxy-socks sources/ -meta-darwin -meta-maemo -meta-extras -meta-m2 -meta-prvt* +meta-* +!meta-skeleton +!meta-demoapps *.swp *.orig *.rej -- cgit 1.2.3-korg