diff options
author | Bill Randle <william.c.randle@intel.com> | 2016-03-21 13:42:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-26 08:06:58 +0000 |
commit | 5005cab723bc488bcf3f982a6401ecf49bdb9ca3 (patch) | |
tree | dc1f33caa41865662d644490a717e9906681281e /.gitignore | |
parent | 1dd9348008310984b563009adcef8e0c2b29c61f (diff) | |
download | poky-5005cab723bc488bcf3f982a6401ecf49bdb9ca3.tar.gz |
add !meta-poky to .gitignore file
Another meta-yocto -> meta-poky transition item. Git complained
on commit that files in meta-poky could not be committed.
Signed-off-by: Bill Randle <william.c.randle@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 036ad09567..94894d498c 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -14,6 +14,7 @@ hob-image-*.bb | |||
14 | *.orig | 14 | *.orig |
15 | *.rej | 15 | *.rej |
16 | *~ | 16 | *~ |
17 | !meta-poky | ||
17 | !meta-yocto | 18 | !meta-yocto |
18 | !meta-yocto-bsp | 19 | !meta-yocto-bsp |
19 | !meta-yocto-imported | 20 | !meta-yocto-imported |