aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-03-12gitignore: ignore runqueue-tests/bitbake-cookerdaemon.logPaul Gortmaker
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-08-01toaster tests: gitignore and use absolute path for log fileAlexandru DAMIAN
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 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>
2014-07-23toaster-requirements.txt: document requirements for the python environmentAlexandru DAMIAN
Since Toaster adds a number of specific requirements managed by pip, we document these requirements in order to be able to run bitbake and toaster under virtualenv. The target here is to break the dependency on distro packages for specific python libraries. In order to start bitbake/Toaster in a distro-independent manner, we use virtualenv and pip. We add venv to the .gitignore list to make room for the virtualenv deployment in this directory. Use this command sequence to setup the virtualenv: $ virtualenv venv $ . venv/bin/activate $ cat toaster-requirements.txt | xargs pip install bitbake and Toaster will then run normally under virtualenv. We also fix bugs related to toaster starting in managed mode through this script: * toaster will not use bldcontrol application in interactive mode * a proper message will be displayed if toaster detects a managed start request in a build environment Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
2014-04-11doc: Rename user-manual -> bitbake-user-manualRichard Purdie
This manual gets combined with other manuals and in that context, it helps a lot if its seen as the Bitbake User Manual. Renames are a pain but this is worthwhile so that other docs can correctly be combined with this one. This also clarifies things like google search results which is helpful. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-03-28.gitignore: update documentation directory nameTrevor Woerner
In the yocto-docs repository, the documentation is stored in a directory called "documentation". In this repository the documentation is stored in "doc". This update allows git to properly ignore generated documentation. Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-27gitignore: Update for recent docs changesBill Traynor
Added a few more files to gitignore file to allow document generation testing. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2013-06-06.gitignore: add vim tag and swp filesAlexandru DAMIAN
Modify gitignore as to include popular editor's temporary files, and lookup tags file. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-09.gitignore: add *.pyoAndreas Oberritter
* python generates pyo files if PYTHONOPTIMIZE is set Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-01-20Add a few items to .gitignoreChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-09Add bin/bitbakec to .gitignoreChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-01-14.gitignore: Ignore backup filesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-22Add .gitignore, ignore *.pyc.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>