[OE-core] [PATCH 03/16] Update gitignore to ignore all meta-* directories

Dmitry Eremin-Solenikov dbaryshkov at gmail.com
Thu Sep 29 06:45:26 UTC 2011


Hello,

On 09/29/2011 08:20 AM, Matthew McClintock wrote:
> meta-XYZ directories have been manually added in the past, instead
> always ignore them unless they are explicitly added

For cleanness you should probably explicitly escape meta-skeleton and 
meta-demoapps from .gitignore (see man).

>
> Signed-off-by: Matthew McClintock<msm at freescale.com>
> ---
>   .gitignore |    6 +-----
>   1 files changed, 1 insertions(+), 5 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index d44e729..679cb11 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -9,11 +9,7 @@ build*/pyshtables.py
>   pstage/
>   scripts/oe-git-proxy-socks
>   sources/
> -meta-darwin
> -meta-maemo
> -meta-extras
> -meta-m2
> -meta-prvt*
> +meta-*
>   *.swp
>   *.orig
>   *.rej

-- 
With best wishes
Dmitry





More information about the Openembedded-core mailing list