diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2012-05-09 08:46:32 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-11 18:00:28 +0100 |
commit | ddc6b47fc38177cacd441dc6bab6ca6b4958c504 (patch) | |
tree | c1e12c5063113f1f5afd1d85999173a219c68f14 /.gitignore | |
parent | 9519c18807dd8a98f0c5bcdbe54eae3b06647abc (diff) | |
download | tizen-distro-ddc6b47fc38177cacd441dc6bab6ca6b4958c504.tar.gz tizen-distro-ddc6b47fc38177cacd441dc6bab6ca6b4958c504.tar.bz2 tizen-distro-ddc6b47fc38177cacd441dc6bab6ca6b4958c504.zip |
.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]
(From OE-Core rev: 9cd30beba77497288eeb2545920bc23f2a77cf16)
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |