Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] Ignore repo tool directory
@ 2018-10-25 15:56 Christian Meusel
  2018-10-25 16:03 ` ✗ patchtest: failure for " Patchwork
  2018-10-29 16:07 ` [PATCH] " Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Meusel @ 2018-10-25 15:56 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/).
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 94894d498c..57dd439401 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-25 15:56 [PATCH] Ignore repo tool directory Christian Meusel
2018-10-25 16:03 ` ✗ patchtest: failure for " Patchwork
2018-10-29 16:07 ` [PATCH] " Khem Raj

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