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

Christian Meusel christian.meusel at posteo.de
Thu Oct 25 16:22:09 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 d3ef473b04..ad1cb83abf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.pyc
 *.pyo
 /*.patch
+/.repo/
 /build*/
 pyshtables.py
 pstage/
-- 
2.17.1




More information about the Openembedded-core mailing list