summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: Ignore repo tool directoryChristian Meusel2018-10-291-0/+1
| | | | | | | | | | | This reduces the noise produced by 'git status' and 'repo status' when orchestrating the layers with Google's repo tool (https://gerrit.googlesource.com/git-repo/). (From OE-Core rev: 0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd) Signed-off-by: Christian Meusel <christian.meusel@posteo.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gitignore: ignore bitbake documentation build productsSascha Silbe2018-03-281-0/+3
| | | | | | | | | Missed the bitbake manual the last time around because it's in a different directory. Signed-off-by: Sascha Silbe <x-yo17@se-silbe.de> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gitignore: ignore documentation build productsSascha Silbe2018-01-061-3/+4
| | | | | | | | | | | | | | | There are several different manuals by now, all of which produce output. The "eclipse" directory might even have been present the last time .gitignore was updated. Ignore the files and directories that can be generated during "make DOC=<directory>" as well as "make DOC=<directory> pdf". While at it, make sure the patterns only match for the top-level documentation directory. Signed-off-by: Sascha Silbe <x-yo17@se-silbe.de> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* add !meta-poky to .gitignore fileBill Randle2016-03-261-0/+1
| | | | | | | | | Another meta-yocto -> meta-poky transition item. Git complained on commit that files in meta-poky could not be committed. Signed-off-by: Bill Randle <william.c.randle@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gitignore: fix overzealous exclusionPaul Eggleton2015-11-161-1/+1
| | | | | | | | | | | | | 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 <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: toaster tests: gitignore and use absolute path for log fileAlexandru DAMIAN2015-08-011-0/+3
| | | | | | | | | | | | | 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 <alexandru.damian@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gitignore: exclude meta-selftest, drop meta-hobPaul Eggleton2015-03-201-1/+1
| | | | | | | | | | | | * 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>
* bitbake: gitignore: Update for recent docs changesBill Traynor2014-01-271-4/+3
| | | | | | | | | | Added a few more files to gitignore file to allow document generation testing. (Bitbake rev: f6310ca9ccb402a7569a79a4e92751c6d5733697) Signed-off-by: Bill Traynor <wmat@alphatroop.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* .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