summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: Add meta-yocto-importedRichard Purdie2013-12-091-0/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gitignore: only ignore meta- directoriesEric Bénard2013-01-151-1/+1
| | | | | | | | | else for example meta-toolchain-qte.bb is also ignored. (From OE-Core rev: d15d42562dff08696015f4d15e3e15c70ee2357a) Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* .gitignore: Git ignore pull requests and built manualsAlexandru DAMIAN2013-01-091-0/+5
| | | | | | | We ignore the in-tree built manuals, and the in-tree pull requests. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gitignore: Add hob-image-*.bbRichard Purdie2012-12-141-0/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gitignore: Fix for poky repositoryRichard Purdie2012-10-111-4/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gitignore: ignore build*/ entirelyRoss Burton2012-06-211-5/+1
| | | | | | | | | | | 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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gitignore: add wildcard to match toplevel patch filesPaul Gortmaker2012-06-111-0/+1
| | | | | | | | | | | | | | | 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 <richard.purdie@linuxfoundation.org> (From OE-Core rev: f9c2d97d549e848127b741b967d90288c60f4d43) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* .gitignore: add /bitbake to the ignore list for external distributionsJason Wessel2012-05-111-0/+1
| | | | | | | | | | | | | | | | | | 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 <file>..." to include in what will be committed) # # bitbake/ [RP: remove leading slash] (From OE-Core rev: 9cd30beba77497288eeb2545920bc23f2a77cf16) Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* .gitignore: expand pyshtables.py ignoringLauri Hintsala2012-03-151-1/+1
| | | | | | | | | | 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 <lauri.hintsala@bluegiga.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Update gitignore to ignore all meta-* directoriesMatthew McClintock2011-10-041-5/+3
| | | | | | | | | | 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 <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* .gitignore: Update build ignores to have wildcardKumar Gala2011-07-221-6/+6
| | | | | | | | | ignore not just build/* but any build*/* cases. (From OE-Core rev: 36d0edd2f4c27b4c1040ba9d9ae52eee634cc95c) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename the remaining poky-* scripts to oe-* or runqemu-*Richard Purdie2011-04-211-1/+1
| | | | | | (From OE-Core rev: 877b3d84597fcfc3abf5aa332019d412f2717896) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* .gitignore: Drop stale entriesRichard Purdie2011-04-211-15/+0
| | | | | | (From OE-Core rev: 832240f2c5b4f4af8a8e5b652c7e234560104cc4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/.gitignore: updated the lines for the kernel manualScott Rifenbark2010-12-101-4/+3
| | | | | | Ended up renaming these so they are all named 'kernel-manual" Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* poky/.git/.gitignore: added the yocto-project-kernel-manual.pdf fileScott Rifenbark2010-12-101-0/+4
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* .git/.gitignore: Added files for the new kernel document.Scott Rifenbark2010-12-101-0/+2
| | | | | | added the HTML and TAR files to this ignore file. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* .gitignore: update for new bsp-guide locationSaul Wold2010-11-181-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gitignore: ignore the default downloads directoryJoshua Lock2010-11-141-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* .gitignore: Update after documentation layout changesRichard Purdie2010-11-061-2/+5
|
* documentation: Complete poky-handbook -> poky-ref-manual renameRichard Purdie2010-10-151-18/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Update gitignoreJoshua Lock2010-10-121-0/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gitignore: Add meta-extras and meta-m2Richard Purdie2010-10-021-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* .gitignore: Ignore the built bsp-guideJoshua Lock2010-06-081-0/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* .gitignore: Add packaged staging directory to ignore listJoshua Lock2010-03-261-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* .gitignore: ignore bblayers.confJoshua Lock2010-03-231-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* .gitignore: Add handbook generated files to the ignore listRichard Purdie2010-03-191-0/+17
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add *~ to .gitignoreRichard Purdie2010-02-011-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add poky-autobuilder to .gitignoreRichard Purdie2009-08-261-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gitignore: Update entries to match various meta repositoriesRichard Purdie2008-12-171-1/+4
|
* .gitignore: Add extra entriesRichard Purdie2008-11-061-0/+3
|
* .gitignore: Add build/conf/local.confRichard Purdie2008-11-041-0/+1
|
* .gitignore: Fix directory reference issueRichard Purdie2008-11-031-1/+1
|
* Add meta-moblin-internal to gitignoreSamuel Ortiz2008-10-221-0/+1
|
* Update the ignore file so that it also includes VIM swap filesRobert Bradford2008-10-171-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5528 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add .gitignoreRobert Bradford2008-10-171-0/+4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5525 311d38ba-8fff-0310-9ca6-ca027cbcb966
OpenPOWER on IntegriCloud