summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
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>