From patchwork Wed May 9 13:46:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: .gitignore: add /bitbake to the ignore list for external distributions Date: Wed, 09 May 2012 13:46:32 -0000 From: Jason Wessel X-Patchwork-Id: 27375 Message-Id: <1336571192-15711-1-git-send-email-jason.wessel@windriver.com> To: 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/ Signed-off-by: Jason Wessel --- .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 *.pyc *.pyo build*/conf/local.conf