<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/.gitignore, branch 1.3_M5.rc4</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.3_M5.rc4</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.3_M5.rc4'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2012-06-21T12:03:04+00:00</updated>
<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>
<entry>
<title>Rename the remaining poky-* scripts to oe-* or runqemu-*</title>
<updated>2011-04-20T23:29:31+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-04-20T22:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2c2e61743c8d6620a04aa5cb534af78f51b2845e'/>
<id>urn:sha1:2c2e61743c8d6620a04aa5cb534af78f51b2845e</id>
<content type='text'>
(From OE-Core rev: 877b3d84597fcfc3abf5aa332019d412f2717896)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>.gitignore: Drop stale entries</title>
<updated>2011-04-20T23:29:31+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-04-20T17:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b8a07171ebe4e73add3557266e278dbd3ff9a840'/>
<id>urn:sha1:b8a07171ebe4e73add3557266e278dbd3ff9a840</id>
<content type='text'>
(From OE-Core rev: 832240f2c5b4f4af8a8e5b652c7e234560104cc4)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>poky/.gitignore:  updated the lines for the kernel manual</title>
<updated>2010-12-11T06:01:15+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2010-11-25T01:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ce3f71ac0afac4917f0c181f41bdbb08a4ce33ca'/>
<id>urn:sha1:ce3f71ac0afac4917f0c181f41bdbb08a4ce33ca</id>
<content type='text'>
Ended up renaming these so they are all named 'kernel-manual"

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
</content>
</entry>
<entry>
<title>poky/.git/.gitignore:  added the yocto-project-kernel-manual.pdf file</title>
<updated>2010-12-11T06:01:14+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2010-11-25T00:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fe994deb41c827364dbc959c8d56589adc7139e1'/>
<id>urn:sha1:fe994deb41c827364dbc959c8d56589adc7139e1</id>
<content type='text'>
Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
</content>
</entry>
</feed>
