Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] .gitignore: add /bitbake to the ignore list for external distributions
@ 2012-05-09 13:46 Jason Wessel
  2012-05-09 13:58 ` Koen Kooi
  2012-05-09 14:21 ` Phil Blundell
  0 siblings, 2 replies; 11+ messages in thread
From: Jason Wessel @ 2012-05-09 13:46 UTC (permalink / raw)
  To: Openembedded-core

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@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




^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-05-10  5:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 13:46 [PATCH] .gitignore: add /bitbake to the ignore list for external distributions Jason Wessel
2012-05-09 13:58 ` Koen Kooi
2012-05-09 14:07   ` Marko Lindqvist
2012-05-09 16:10     ` Philip Balister
2012-05-09 16:14       ` Jason Wessel
2012-05-10  5:26       ` Khem Raj
2012-05-09 14:15   ` Jason Wessel
2012-05-09 14:21 ` Phil Blundell
2012-05-09 14:45   ` Jason Wessel
2012-05-09 15:00     ` Koen Kooi
2012-05-09 15:54   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox