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:27:47 +0000 |
commit | 3c4c63d0ff2fa1ce1357b41e004defd7416306b5 (patch) | |
tree | e55ebcfed4f590d7d4b7015f0e1a40e499255985 | |
parent | 8123b4aa6288bec76012f2895143c08b8bbd597c (diff) | |
download | poky-3c4c63d0ff2fa1ce1357b41e004defd7416306b5.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.
(From OE-Core rev: 6bcc652f5168d87e76b059f9e9825b8bcf049b90)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 06df61b253..86eb2e5d77 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -8,7 +8,7 @@ scripts/oe-git-proxy-socks | |||
8 | sources/ | 8 | sources/ |
9 | meta-*/ | 9 | meta-*/ |
10 | !meta-skeleton | 10 | !meta-skeleton |
11 | !meta-hob | 11 | !meta-selftest |
12 | hob-image-*.bb | 12 | hob-image-*.bb |
13 | *.swp | 13 | *.swp |
14 | *.orig | 14 | *.orig |