[oe-commits] [openembedded-core] 10/13: gitignore: Ignore repo tool directory

git at git.openembedded.org git at git.openembedded.org
Mon Oct 29 17:02:38 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd
Author: Christian Meusel <christian.meusel at posteo.de>
AuthorDate: Thu Oct 25 18:48:54 2018 +0200

    gitignore: Ignore repo tool directory
    
    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>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index d8f2259..d0e6b2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@ bitbake
 *.pyc
 *.pyo
 /*.patch
+/.repo/
 /build*/
 pyshtables.py
 pstage/

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list