All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] gitignore: Ignore repo tool directory
@ 2018-10-25 16:48 Christian Meusel
  0 siblings, 0 replies; only message in thread
From: Christian Meusel @ 2018-10-25 16:48 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 d8f2259228..d0e6b2fb89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@ bitbake
 *.pyc
 *.pyo
 /*.patch
+/.repo/
 /build*/
 pyshtables.py
 pstage/
-- 
2.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-25 16:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-25 16:48 [PATCH v3] gitignore: Ignore repo tool directory Christian Meusel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.