Op 9 mei 2012, om 15:46 heeft Jason Wessel het volgende geschreven: > External distributions based on the oe-core will typically include > bitbake in the top level directory.
Really? > 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/ > > Signed-off-by: Jason Wessel <[email protected]> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 04e36c5..366151c 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -1,3 +1,4 @@ > +/bitbake Provided we want bitbake in here, shouldn't it be 'bitbake' to match the rest of the file? _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
