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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a50af4d540539838e9ef70ba3d91ffb4e8aa353d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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] (From OE-Core rev: 9cd30beba77497288eeb2545920bc23f2a77cf16) Signed-off-by: Jason Wessel Signed-off-by: Richard Purdie --- diff --git a/.gitignore b/.gitignore index 04e36c5f5d5..7f9f0829292 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +bitbake *.pyc *.pyo build*/conf/local.conf