diff options
author | Christian Meusel <christian.meusel@posteo.de> | 2018-10-25 18:48:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-29 17:01:34 +0000 |
commit | 0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd (patch) | |
tree | bfe23bdcf13fd76b451874f0883fee20b534b45a /.gitignore | |
parent | 6350586ba9f4a4107a2d457590824cd4d662d5b9 (diff) | |
download | openembedded-core-0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd.tar.gz openembedded-core-0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd.tar.bz2 openembedded-core-0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd.zip |
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@posteo.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |