From 0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Thu, 25 Oct 2018 18:48:54 +0200 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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/ -- cgit 1.2.3-korg