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:26:47 +0000 |
| commit | 061dfb792692cdd4b693b338c47b43cf77b72b88 (patch) | |
| tree | 8fc6e21e4e887703754399222815ca744dbe7416 | |
| parent | 44ee41052cfe2c7df8caca2d06d339ce46af9945 (diff) | |
| download | poky-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>
| -rw-r--r-- | .gitignore | 1 |
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*/ |
| 5 | pyshtables.py | 6 | pyshtables.py |
| 6 | pstage/ | 7 | pstage/ |
