From: Christian Meusel Date: Thu, 25 Oct 2018 16:48:54 +0000 (+0200) Subject: gitignore: Ignore repo tool directory X-Git-Tag: 2018-10~8 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd;p=openembedded-core.git gitignore: Ignore repo tool directory 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/). Signed-off-by: Christian Meusel Signed-off-by: Richard Purdie --- diff --git a/.gitignore b/.gitignore index d8f2259228..d0e6b2fb89 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ bitbake *.pyc *.pyo /*.patch +/.repo/ /build*/ pyshtables.py pstage/