From: Christian Meusel Date: Thu, 25 Oct 2018 16:48:54 +0000 (+0200) Subject: gitignore: Ignore repo tool directory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=061dfb792692cdd4b693b338c47b43cf77b72b88;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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/). (From OE-Core rev: 0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd) Signed-off-by: Christian Meusel Signed-off-by: Richard Purdie --- diff --git a/.gitignore b/.gitignore index d3ef473b04d..ad1cb83abfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc *.pyo /*.patch +/.repo/ /build*/ pyshtables.py pstage/