<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/.gitignore, branch yocto-2.3.2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-2.3.2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-2.3.2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2016-03-26T08:06:58+00:00</updated>
<entry>
<title>add !meta-poky to .gitignore file</title>
<updated>2016-03-26T08:06:58+00:00</updated>
<author>
<name>Bill Randle</name>
<email>william.c.randle@intel.com</email>
</author>
<published>2016-03-21T20:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5005cab723bc488bcf3f982a6401ecf49bdb9ca3'/>
<id>urn:sha1:5005cab723bc488bcf3f982a6401ecf49bdb9ca3</id>
<content type='text'>
Another meta-yocto -&gt; meta-poky transition item. Git complained
on commit that files in meta-poky could not be committed.

Signed-off-by: Bill Randle &lt;william.c.randle@intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gitignore: fix overzealous exclusion</title>
<updated>2015-11-16T11:39:38+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2015-09-03T11:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=37cfd8080ac4c49e9ea3f646f29b047b479753d6'/>
<id>urn:sha1:37cfd8080ac4c49e9ea3f646f29b047b479753d6</id>
<content type='text'>
This was excluding any subdirectory anywhere in the tree named build*,
rather than just at the root - thus anything in
meta/recipes-devtools/build-compare had to be forcibly added. Change the
line so that it only operates at the root of the repo.

(From OE-Core rev: 3a60e5dba0ea914b1bd7a2073c1977e1d8529541)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: toaster tests: gitignore and use absolute path for log file</title>
<updated>2015-08-01T10:27:52+00:00</updated>
<author>
<name>Alexandru DAMIAN</name>
<email>alexandru.damian@intel.com</email>
</author>
<published>2015-07-30T16:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f169733738587e5665b350f8a181b3145776e317'/>
<id>urn:sha1:f169733738587e5665b350f8a181b3145776e317</id>
<content type='text'>
gitignore the cache directory created by the http client

the log file for tests is already set up as an absolute path,
so no need to recompute the path

(Bitbake rev: 80f525e5cbe83e0407ecddf84401d68213c6d5cf)

Signed-off-by: Alexandru DAMIAN &lt;alexandru.damian@intel.com&gt;
Signed-off-by: Ed Bartosh &lt;ed.bartosh@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gitignore: exclude meta-selftest, drop meta-hob</title>
<updated>2015-03-20T11:27:47+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2015-03-16T10:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3c4c63d0ff2fa1ce1357b41e004defd7416306b5'/>
<id>urn:sha1:3c4c63d0ff2fa1ce1357b41e004defd7416306b5</id>
<content type='text'>
* 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 &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: gitignore: Update for recent docs changes</title>
<updated>2014-01-27T21:03:13+00:00</updated>
<author>
<name>Bill Traynor</name>
<email>wmat@alphatroop.com</email>
</author>
<published>2013-01-14T19:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a43f1b278f1abf076f0a0f7e5a1299b85e0a742a'/>
<id>urn:sha1:a43f1b278f1abf076f0a0f7e5a1299b85e0a742a</id>
<content type='text'>
Added a few more files to gitignore file to allow document
generation testing.

(Bitbake rev: f6310ca9ccb402a7569a79a4e92751c6d5733697)

Signed-off-by: Bill Traynor &lt;wmat@alphatroop.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>.gitignore: Add meta-yocto-imported</title>
<updated>2013-12-09T15:57:27+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-12-09T15:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=80a9a79c4cb39b31b9f74410f3081e02b14f21cb'/>
<id>urn:sha1:80a9a79c4cb39b31b9f74410f3081e02b14f21cb</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gitignore: only ignore meta- directories</title>
<updated>2013-01-15T08:12:01+00:00</updated>
<author>
<name>Eric Bénard</name>
<email>eric@eukrea.com</email>
</author>
<published>2013-01-11T13:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d638fee94bdf1ad1b19f96cf6d7e3194975389ce'/>
<id>urn:sha1:d638fee94bdf1ad1b19f96cf6d7e3194975389ce</id>
<content type='text'>
else for example meta-toolchain-qte.bb is also ignored.

(From OE-Core rev: d15d42562dff08696015f4d15e3e15c70ee2357a)

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>.gitignore: Git ignore pull requests and built manuals</title>
<updated>2013-01-09T15:04:46+00:00</updated>
<author>
<name>Alexandru DAMIAN</name>
<email>alexandru.damian@intel.com</email>
</author>
<published>2013-01-09T09:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ebe201c6366196e1ae7c845901cc886d7688fdf7'/>
<id>urn:sha1:ebe201c6366196e1ae7c845901cc886d7688fdf7</id>
<content type='text'>
We ignore the in-tree built manuals, and
the in-tree pull requests.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gitignore: Add hob-image-*.bb</title>
<updated>2012-12-14T13:08:39+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-12-14T13:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=aa272386ba94466b08582129b62ac7985fcf7b71'/>
<id>urn:sha1:aa272386ba94466b08582129b62ac7985fcf7b71</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gitignore: Fix for poky repository</title>
<updated>2012-10-11T12:52:14+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-10-11T12:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0260bb5c6978839c068007fcff2f704937805faf'/>
<id>urn:sha1:0260bb5c6978839c068007fcff2f704937805faf</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
