Hello,

On 09/29/2011 08:20 AM, Matthew McClintock wrote:
meta-XYZ directories have been manually added in the past, instead
always ignore them unless they are explicitly added

For cleanness you should probably explicitly escape meta-skeleton and meta-demoapps from .gitignore (see man).


Signed-off-by: Matthew McClintock<m...@freescale.com>
---
  .gitignore |    6 +-----
  1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index d44e729..679cb11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,11 +9,7 @@ build*/pyshtables.py
  pstage/
  scripts/oe-git-proxy-socks
  sources/
-meta-darwin
-meta-maemo
-meta-extras
-meta-m2
-meta-prvt*
+meta-*
  *.swp
  *.orig
  *.rej

--
With best wishes
Dmitry


_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to