Selaa lähdekoodia

Update gitignore to ignore all meta-* directories

meta-XYZ directories have been manually added in the past, instead
always ignore them unless they are explicitly added

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Matthew McClintock 12 vuotta sitten
vanhempi
commit
3c6e85c653
1 muutettua tiedostoa jossa 3 lisäystä ja 5 poistoa
  1. 3 5
      .gitignore

+ 3 - 5
.gitignore

@@ -9,11 +9,9 @@ build*/pyshtables.py
 pstage/
 scripts/oe-git-proxy-socks
 sources/
-meta-darwin
-meta-maemo
-meta-extras
-meta-m2
-meta-prvt*
+meta-*
+!meta-skeleton
+!meta-demoapps
 *.swp
 *.orig
 *.rej