diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-03-16 10:05:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 11:03:12 +0000 |
commit | 6bcc652f5168d87e76b059f9e9825b8bcf049b90 (patch) | |
tree | 1416dc22ddf8a0c705d545823d298f60f1c465fd /.gitignore | |
parent | b9625581f3fe72fc402632be2d87cf889301c6a2 (diff) | |
download | openembedded-core-contrib-6bcc652f5168d87e76b059f9e9825b8bcf049b90.tar.gz |
gitignore: exclude meta-selftest, drop meta-hob
* We don't want to ignore changes in the meta-selftest directory
* While I'm at it, meta-hob has been gone for a while now, so drop the
reference to it here.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6ece6b8e360..e80a2fde3a2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ scripts/oe-git-proxy-socks sources/ meta-*/ !meta-skeleton -!meta-hob +!meta-selftest hob-image-*.bb *.swp *.orig |