From 9cd30beba77497288eeb2545920bc23f2a77cf16 Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Wed, 9 May 2012 08:46:32 -0500 Subject: .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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit 1.2.3-korg