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

Jason Wessel jason.wessel at windriver.com
Wed May 9 13:46:32 UTC 2012


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 <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
 *.pyc
 *.pyo
 build*/conf/local.conf
-- 
1.7.10





More information about the Openembedded-core mailing list