summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Meusel <christian.meusel@posteo.de>2018-10-25 18:48:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-29 17:26:47 +0000
commit061dfb792692cdd4b693b338c47b43cf77b72b88 (patch)
tree8fc6e21e4e887703754399222815ca744dbe7416 /.gitignore
parent44ee41052cfe2c7df8caca2d06d339ce46af9945 (diff)
downloadpoky-061dfb792692cdd4b693b338c47b43cf77b72b88.tar.gz
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/). (From OE-Core rev: 0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd) 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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d3ef473b04..ad1cb83abf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
1*.pyc 1*.pyc
2*.pyo 2*.pyo
3/*.patch 3/*.patch
4/.repo/
4/build*/ 5/build*/
5pyshtables.py 6pyshtables.py
6pstage/ 7pstage/