From 061dfb792692cdd4b693b338c47b43cf77b72b88 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/). (From OE-Core rev: 0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd) Signed-off-by: Christian Meusel Signed-off-by: Richard Purdie --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d3ef473b04..ad1cb83abf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc *.pyo /*.patch +/.repo/ /build*/ pyshtables.py pstage/ -- cgit v1.2.3-54-g00ecf