<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/.gitignore, branch 1.5_M4</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.5_M4</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.5_M4'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2013-01-15T08:12:01+00:00</updated>
<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>
<entry>
<title>gitignore: ignore build*/ entirely</title>
<updated>2012-06-21T12:03:04+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2012-06-20T11:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=1d86b2c3632d61756ac60ce7993be09f52516e52'/>
<id>urn:sha1:1d86b2c3632d61756ac60ce7993be09f52516e52</id>
<content type='text'>
Previously parts of build*/ were ignored, but unless you committed the top-level
build/ in a branch this didn't achieve anything.  Change that to ignore all
top-level build* directories.

(From OE-Core rev: 6e3353872d377dfe2689832b3f04f18c2366bc8c)

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: add wildcard to match toplevel patch files</title>
<updated>2012-06-11T12:49:52+00:00</updated>
<author>
<name>Paul Gortmaker</name>
<email>paul.gortmaker@windriver.com</email>
</author>
<published>2012-06-08T16:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d411e7738de9b005003fdf73d9b5605874886a74'/>
<id>urn:sha1:d411e7738de9b005003fdf73d9b5605874886a74</id>
<content type='text'>
To support the basic workflow of trivial patches:

 git format-patch HEAD~.. ; git send-email --to foo@bar.com 0001-foo.patch

We don't want git status reporting on patches lying in the top
level dir in this case.

Cc: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
(From OE-Core rev: f9c2d97d549e848127b741b967d90288c60f4d43)

Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>.gitignore: add /bitbake to the ignore list for external distributions</title>
<updated>2012-05-11T17:00:28+00:00</updated>
<author>
<name>Jason Wessel</name>
<email>jason.wessel@windriver.com</email>
</author>
<published>2012-05-09T13:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a50af4d540539838e9ef70ba3d91ffb4e8aa353d'/>
<id>urn:sha1:a50af4d540539838e9ef70ba3d91ffb4e8aa353d</id>
<content type='text'>
External distributions based on the oe-core will typically include
bitbake in the top level directory.  The idea is to make it easy
for external distributions to easily assemble a distribution
with a pristine version of oe-core, add avoid the git untracked messages:

 # Untracked files:
 #   (use "git add &lt;file&gt;..." to include in what will be committed)
 #
 #       bitbake/

[RP: remove leading slash]
(From OE-Core rev: 9cd30beba77497288eeb2545920bc23f2a77cf16)

Signed-off-by: Jason Wessel &lt;jason.wessel@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>.gitignore: expand pyshtables.py ignoring</title>
<updated>2012-03-15T13:13:17+00:00</updated>
<author>
<name>Lauri Hintsala</name>
<email>lauri.hintsala@bluegiga.com</email>
</author>
<published>2012-03-15T11:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ad811056d1bf3b5e1d642b8d522ac284357a6c53'/>
<id>urn:sha1:ad811056d1bf3b5e1d642b8d522ac284357a6c53</id>
<content type='text'>
Bitbake generates pyshtables.py to bitbake/lib/bb/pysh/ folder if the user
has write permissions there. Let's ignore generated file also on that location.

(From OE-Core rev: 975e93fadfc90b7dbdf42fa6ceaef5c38166f2d9)

Signed-off-by: Lauri Hintsala &lt;lauri.hintsala@bluegiga.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Update gitignore to ignore all meta-* directories</title>
<updated>2011-10-04T12:46:24+00:00</updated>
<author>
<name>Matthew McClintock</name>
<email>msm@freescale.com</email>
</author>
<published>2011-09-29T19:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9493ccf0651d031e3f6fe8d27c2884608a10758e'/>
<id>urn:sha1:9493ccf0651d031e3f6fe8d27c2884608a10758e</id>
<content type='text'>
meta-XYZ directories have been manually added in the past, instead
always ignore them unless they are explicitly added

(From OE-Core rev: 3c6e85c653ce176fd2cb5a570e63c8e5da5a4e48)

Signed-off-by: Matthew McClintock &lt;msm@freescale.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>.gitignore: Update build ignores to have wildcard</title>
<updated>2011-07-22T10:51:04+00:00</updated>
<author>
<name>Kumar Gala</name>
<email>galak@kernel.crashing.org</email>
</author>
<published>2011-07-21T14:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6904f7583195c972f87dce708ea1e2435347d297'/>
<id>urn:sha1:6904f7583195c972f87dce708ea1e2435347d297</id>
<content type='text'>
ignore not just build/* but any build*/* cases.

(From OE-Core rev: 36d0edd2f4c27b4c1040ba9d9ae52eee634cc95c)

Signed-off-by: Kumar Gala &lt;galak@kernel.crashing.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
