Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2] gitignore: Ignore repo tool directory
@ 2018-10-25 16:22 Christian Meusel
  2018-10-25 16:33 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Meusel @ 2018-10-25 16:22 UTC (permalink / raw)
  To: openembedded-core

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@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-25 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-25 16:22 [PATCH v2] gitignore: Ignore repo tool directory Christian Meusel
2018-10-25 16:33 ` ✗ patchtest: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox