meta-XYZ directories have been manually added in the past, instead always ignore them unless they are explicitly added
Signed-off-by: Matthew McClintock <[email protected]> --- .gitignore | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d44e729..11b7024 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 -- 1.7.6.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
