[OE-core] [PATCH] Ignore repo tool directory

Khem Raj raj.khem at gmail.com
Mon Oct 29 16:07:19 UTC 2018


On Thu, Oct 25, 2018 at 8:57 AM Christian Meusel
<christian.meusel at posteo.de> wrote:
>
> This reduces the noise produced by 'git status' and 'repo status' when
> orchestrating the layers with Google's repo tool
> (https://gerrit.googlesource.com/git-repo/).

Not against this patch, but it seems interesting to see this being here
since I assume repo would be a higher level aggregation where oe-core
is just another repo.

> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 94894d498c..57dd439401 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,6 +1,7 @@
>  *.pyc
>  *.pyo
>  /*.patch
> +/.repo/
>  /build*/
>  pyshtables.py
>  pstage/
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list