From: Jason Wessel Date: Wed, 9 May 2012 13:46:32 +0000 (-0500) Subject: .gitignore: add /bitbake to the ignore list for external distributions X-Git-Tag: 2015-4~10663 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9cd30beba77497288eeb2545920bc23f2a77cf16;p=openembedded-core.git .gitignore: add /bitbake to the ignore list for external distributions 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 ..." to include in what will be committed) # # bitbake/ [RP: remove leading slash] Signed-off-by: Jason Wessel Signed-off-by: Richard Purdie --- diff --git a/.gitignore b/.gitignore index 04e36c5f5d..7f9f082929 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +bitbake *.pyc *.pyo build*/conf/local.conf