[OE-core] [PATCH] .gitignore: add /bitbake to the ignore list for external distributions

Koen Kooi koen at dominion.thruhere.net
Wed May 9 13:58:01 UTC 2012


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 <jason.wessel at windriver.com>
> ---
> .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?



More information about the Openembedded-core mailing list