[oe-commits] Jason Wessel : .gitignore: add / bitbake to the ignore list for external distributions

git at git.openembedded.org git at git.openembedded.org
Fri May 11 17:07:59 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 9cd30beba77497288eeb2545920bc23f2a77cf16
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9cd30beba77497288eeb2545920bc23f2a77cf16

Author: Jason Wessel <jason.wessel at windriver.com>
Date:   Wed May  9 08:46:32 2012 -0500

.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 <file>..." to include in what will be committed)
 #
 #       bitbake/

[RP: remove leading slash]
Signed-off-by: Jason Wessel <jason.wessel at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 04e36c5..7f9f082 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+bitbake
 *.pyc
 *.pyo
 build*/conf/local.conf





More information about the Openembedded-commits mailing list