misc: update ignored files
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 05 23:25:32 2010 +0200 (2010-10-05)
changeset 2133804a8f6d286a
parent 2132 47eeda1e5872
child 2134 af1a779a7f1a
misc: update ignored files

The place where toolchains were built has moved
from targets/ to .build/

We still ignore the old target/ dir, as users may have
samples that still use that location.

Also, reorder the ignore paterns.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
.hgignore
     1.1 --- a/.hgignore	Wed Sep 29 08:31:17 2010 -0600
     1.2 +++ b/.hgignore	Tue Oct 05 23:25:32 2010 +0200
     1.3 @@ -9,17 +9,19 @@
     1.4  scripts/crosstool-NG.sh
     1.5  scripts/saveSample.sh
     1.6  scripts/showTuple.sh
     1.7 -
     1.8 -# Temporaries
     1.9 -.*.swp
    1.10 -log.*
    1.11 -
    1.12 -# Working files
    1.13  kconfig/conf
    1.14  kconfig/mconf
    1.15  kconfig/**.o
    1.16  kconfig/**.dep
    1.17  config.gen/
    1.18  .config
    1.19 +
    1.20 +# Temporaries
    1.21 +.*.swp
    1.22 +log.*
    1.23  .config.old
    1.24 +
    1.25 +# This is the place where toolchains are built
    1.26 +.build/
    1.27 +# .. and the legacy location
    1.28  targets/