mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
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>
This commit is contained in:
parent
44ee41052c
commit
061dfb7926
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
/*.patch
|
/*.patch
|
||||||
|
/.repo/
|
||||||
/build*/
|
/build*/
|
||||||
pyshtables.py
|
pyshtables.py
|
||||||
pstage/
|
pstage/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user