[OE-core] [PATCH v3] gitignore: Ignore repo tool directory

Christian Meusel christian.meusel at posteo.de
Thu Oct 25 16:48:54 UTC 2018


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 <christian.meusel at posteo.de>
---
 .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/
-- 
2.17.1




More information about the Openembedded-core mailing list